HomeSort by relevance Sort by last modified time
    Searched defs:genericLocaleStarterWithOptions (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/cintltst/
callcoll.c 709 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 533 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) {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java 529 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) {
    [all...]

Completed in 50 milliseconds