Searched defs:genericLocaleStarterWithOptions (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationMiscTest.java533 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, att, val);
534 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, att, val);
536 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, attShifted,
538 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, attShifted,
555 void genericLocaleStarterWithOptions(Locale locale, String[] s, String[] attrs, Object[] values) { method in class:CollationMiscTest
2020 genericLocaleStarterWithOptions(Locale.ENGLISH, basicTestStrings, att,
2022 genericLocaleStarterWithOptions(Locale.ENGLISH,
2024 genericLocaleStarterWithOptions(Locale.ENGLISH, foreignDigits, att,
2026 genericLocaleStarterWithOptions(Locale.ENGLISH, supplementaryDigits,
2168 genericLocaleStarterWithOptions(ne
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c709 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) { function
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java529 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, att, val);
530 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, att, val);
532 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, attShifted,
534 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, attShifted,
551 void genericLocaleStarterWithOptions(Locale locale, String[] s, String[] attrs, Object[] values) { method in class:CollationMiscTest
2016 genericLocaleStarterWithOptions(Locale.ENGLISH, basicTestStrings, att,
2018 genericLocaleStarterWithOptions(Locale.ENGLISH,
2020 genericLocaleStarterWithOptions(Locale.ENGLISH, foreignDigits, att,
2022 genericLocaleStarterWithOptions(Locale.ENGLISH, supplementaryDigits,
2164 genericLocaleStarterWithOptions(ne
[all...]

Completed in 193 milliseconds