Home
last modified time | relevance | path

Searched refs:locales (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/global_lite/i18n_lite/datetimerecall_posix/src/
H A DUnitDateTimeRecallTest.cpp52 static int GetLocaleIndex(LocaleInfo locale, vector<LocaleInfo> locales) in GetLocaleIndex() argument
54 for (unsigned int index = 0; index < locales.size(); index++) { in GetLocaleIndex()
55 if (locale == locales[index]) { in GetLocaleIndex()
/test/xts/acts/global_lite/i18n_lite/numberrecall_posix/src/
H A DUnitNumberRecallTest.cpp34 static int GetLocaleIndex(LocaleInfo locale, vector<LocaleInfo> locales) in GetLocaleIndex() argument
36 for (unsigned int index = 0; index < locales.size(); index++) { in GetLocaleIndex()
37 if (locale == locales[index]) { in GetLocaleIndex()
/test/xts/acts/global_lite/i18n_lite/number_posix/src/
H A DUnitNumberTest.cpp39 static int GetLocaleIndex(LocaleInfo locale, vector<LocaleInfo> locales) in GetLocaleIndex() argument
41 for (unsigned int index = 0; index < locales.size(); index++) { in GetLocaleIndex()
42 if (locale == locales[index]) { in GetLocaleIndex()
/test/xts/acts/global_lite/i18n_lite/datetime_posix/src/
H A DUnitDateTimeTest.cpp51 static int GetLocaleIndex(LocaleInfo locale, vector<LocaleInfo> locales) in GetLocaleIndex() argument
53 for (unsigned int index = 0; index < locales.size(); index++) { in GetLocaleIndex()
54 if (locale == locales[index]) { in GetLocaleIndex()

Completed in 4 milliseconds