Searched refs:getLocales (Results 1 – 5 of 5) sorted by relevance
35 static LCIDRecord *getLocales(int32_t &localeCount);
66 Win32Utilities::LCIDRecord *Win32Utilities::getLocales(int32_t &localeCount) in getLocales() function in Win32Utilities
109 Win32Utilities::LCIDRecord *lcidRecords = Win32Utilities::getLocales(lcidCount); in testLocales()
273 Win32Utilities::LCIDRecord *lcidRecords = Win32Utilities::getLocales(lcidCount); in testLocales()
329 static const Locale **getLocales(const char **localeNames, le_int32 count) in getLocales() function341 : LocaleRuns(getLocales(locales, count), limits, count), fLocaleNames(locales) in ULocRuns()