/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.h | 53 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, con…
|
D | cmsccoll.c | 2205 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() 3048 …genericLocaleStarterWithOptions("root", basicTestStrings, UPRV_LENGTHOF(basicTestStrings), &att, &… in TestNumericCollation() 3049 …genericLocaleStarterWithOptions("root", thirtyTwoBitNumericStrings, UPRV_LENGTHOF(thirtyTwoBitNume… in TestNumericCollation() 3050 …genericLocaleStarterWithOptions("root", longNumericStrings, UPRV_LENGTHOF(longNumericStrings), &at… in TestNumericCollation() 3051 …genericLocaleStarterWithOptions("en_US", foreignDigits, UPRV_LENGTHOF(foreignDigits), &att, &val, … in TestNumericCollation() 3052 …genericLocaleStarterWithOptions("root", supplementaryDigits, UPRV_LENGTHOF(supplementaryDigits), &… in TestNumericCollation() 3053 genericLocaleStarterWithOptions("root", evenZeroes, UPRV_LENGTHOF(evenZeroes), &att, &val, 1); in TestNumericCollation() [all …]
|
D | callcoll.c | 714 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/ |
D | CollationMiscTest.java | 539 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/ |
D | CollationMiscTest.java | 542 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 …]
|