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

  /external/icu/icu4c/source/test/cintltst/
callcoll.h 51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
cmsccoll.c     [all...]
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/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 200 milliseconds