Home
last modified time | relevance | path

Searched refs:genericLocaleStarterWithOptions (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcallcoll.h53 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, con…
Dcmsccoll.c2205 genericLocaleStarterWithOptions("ja", test1, UPRV_LENGTHOF(test1), att, val, 1); in TestNewJapanese()
2206 genericLocaleStarterWithOptions("ja", test2, UPRV_LENGTHOF(test2), att, val, 1); in TestNewJapanese()
2208 genericLocaleStarterWithOptions("ja", test1, UPRV_LENGTHOF(test1), attShifted, valShifted, 2); in TestNewJapanese()
2209 genericLocaleStarterWithOptions("ja", test2, UPRV_LENGTHOF(test2), attShifted, valShifted, 2); in TestNewJapanese()
3048genericLocaleStarterWithOptions("root", basicTestStrings, UPRV_LENGTHOF(basicTestStrings), &att, &… in TestNumericCollation()
3049genericLocaleStarterWithOptions("root", thirtyTwoBitNumericStrings, UPRV_LENGTHOF(thirtyTwoBitNume… in TestNumericCollation()
3050genericLocaleStarterWithOptions("root", longNumericStrings, UPRV_LENGTHOF(longNumericStrings), &at… in TestNumericCollation()
3051genericLocaleStarterWithOptions("en_US", foreignDigits, UPRV_LENGTHOF(foreignDigits), &att, &val, … in TestNumericCollation()
3052genericLocaleStarterWithOptions("root", supplementaryDigits, UPRV_LENGTHOF(supplementaryDigits), &… in TestNumericCollation()
3053 genericLocaleStarterWithOptions("root", evenZeroes, UPRV_LENGTHOF(evenZeroes), &att, &val, 1); in TestNumericCollation()
[all …]
Dcallcoll.c714 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, con… in genericLocaleStarterWithOptions() function
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java539 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, att, val); in TestNewJapanese()
540 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, att, val); in TestNewJapanese()
542 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, attShifted, in TestNewJapanese()
544 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, attShifted, in TestNewJapanese()
561 … void genericLocaleStarterWithOptions(Locale locale, String[] s, String[] attrs, Object[] values) { in genericLocaleStarterWithOptions() method in CollationMiscTest
2062 genericLocaleStarterWithOptions(Locale.ENGLISH, basicTestStrings, att, in TestNumericCollation()
2064 genericLocaleStarterWithOptions(Locale.ENGLISH, in TestNumericCollation()
2066 genericLocaleStarterWithOptions(Locale.ENGLISH, foreignDigits, att, in TestNumericCollation()
2068 genericLocaleStarterWithOptions(Locale.ENGLISH, supplementaryDigits, in TestNumericCollation()
2216 genericLocaleStarterWithOptions(new Locale("root","",""), tests, att, attVals); in TestUpperFirstQuaternary()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java542 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, att, val); in TestNewJapanese()
543 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, att, val); in TestNewJapanese()
545 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, attShifted, in TestNewJapanese()
547 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, attShifted, in TestNewJapanese()
564 … void genericLocaleStarterWithOptions(Locale locale, String[] s, String[] attrs, Object[] values) { in genericLocaleStarterWithOptions() method in CollationMiscTest
2065 genericLocaleStarterWithOptions(Locale.ENGLISH, basicTestStrings, att, in TestNumericCollation()
2067 genericLocaleStarterWithOptions(Locale.ENGLISH, in TestNumericCollation()
2069 genericLocaleStarterWithOptions(Locale.ENGLISH, foreignDigits, att, in TestNumericCollation()
2071 genericLocaleStarterWithOptions(Locale.ENGLISH, supplementaryDigits, in TestNumericCollation()
2219 genericLocaleStarterWithOptions(new Locale("root","",""), tests, att, attVals); in TestUpperFirstQuaternary()
[all …]