Home
last modified time | relevance | path

Searched refs:isRepresentative (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DLocaleData.cpp114 inline bool isRepresentative(uint32_t language_and_region, const char* script) { in isRepresentative() function
188 const bool left_is_representative = isRepresentative(left, requested_script); in localeDataCompareRegions()
189 const bool right_is_representative = isRepresentative(right, requested_script); in localeDataCompareRegions()