Searched refs:packed_locale (Results 1 – 1 of 1) sorted by relevance
36 inline uint32_t dropRegion(uint32_t packed_locale) { in dropRegion() argument37 return packed_locale & 0xFFFF0000lu; in dropRegion()40 inline bool hasRegion(uint32_t packed_locale) { in hasRegion() argument41 return (packed_locale & 0x0000FFFFlu) != 0; in hasRegion()48 uint32_t findParent(uint32_t packed_locale, const char* script) { in findParent() argument49 if (hasRegion(packed_locale)) { in findParent()53 auto lookup_result = map->find(packed_locale); in findParent()60 return dropRegion(packed_locale); in findParent()78 uint32_t packed_locale, const char* script, in findAncestors() argument80 uint32_t ancestor = packed_locale; in findAncestors()[all …]