Searched refs:BinarySearchLocale (Results 1 – 2 of 2) sorted by relevance
195 int32_t localeIndex = BinarySearchLocale(localeMask, reinterpret_cast<unsigned char*>(locales)); in PrepareData()237 … fallbackLocaleIndex = BinarySearchLocale(fallbackMask, reinterpret_cast<unsigned char*>(locales)); in GetFallbackAndDefaultLocaleIndex()240 … defaultLocaleIndex = BinarySearchLocale(defaultMask, reinterpret_cast<unsigned char*>(locales)); in GetFallbackAndDefaultLocaleIndex()443 int32_t DataResource::BinarySearchLocale(const uint32_t mask, unsigned char *locales) in BinarySearchLocale() function in DataResource
110 int32_t BinarySearchLocale(const uint32_t mask, unsigned char *locales);