HomeSort by relevance Sort by last modified time
    Searched full:ucol_open (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/icu4c/samples/legacy/
newcol.cpp 29 UCollator *coll = ucol_open(locale, &status);
59 compareCollator = ucol_open(locale, &status);
oldcol.cpp 30 UCollator *coll = ucol_open(locale, &status);
60 compareCollator = ucol_open(locale, &status);
  /external/icu4c/test/cintltst/
cjaptst.c 120 myCollation = ucol_open("ja_JP", &status);
140 myCollation = ucol_open("ja_JP", &status);
161 myCollation = ucol_open("ja_JP", &status);
185 myCollation = ucol_open("ja_JP", &status);
210 myCollation = ucol_open("ja_JP", &status);
236 myCollation = ucol_open("ja_JP", &status);
cfintst.c 81 myCollation = ucol_open("fi_FI@collation=standard", &status);
99 myCollation = ucol_open("fi_FI@collation=standard", &status);
capitst.h 81 * Test ucol_open() vs. ucol_openRules()
cestst.c 90 myCollation = ucol_open("es_ES", &status);
109 myCollation = ucol_open("es_ES", &status);
cturtst.c 97 myCollation = ucol_open("tr", &status);
117 myCollation = ucol_open("tr", &status);
capitst.c 140 UCollator *coll = ucol_open(NULL, &status);
276 ucol_open, ucol_strcoll, getStrength/setStrength
306 col = ucol_open("en_US", &status);
390 ruled = ucol_open("da_DK", &status);
414 col = ucol_open("fr_FR", &status);
483 col3= ucol_open(NULL, &status);
522 col2 = ucol_open("en_US", &status);
576 col = ucol_open("en_US", &status);
620 en_US = ucol_open("en_US", &status);
621 el_GR = ucol_open("el_GR", &status)
    [all...]
cdetst.c 105 myCollation = ucol_open("de_DE", &status);
125 myCollation = ucol_open("de_DE", &status);
citertst.c 77 UCollator *coll = ucol_open(LOCALES[i], &status);
150 UCollator *coll = ucol_open(LOCALES[i], &status);
227 en_us = ucol_open("en_US", &status);
229 log_err_status(status, "ERROR: in creation of collation data using ucol_open()\n %s\n",
294 th_th = ucol_open("th_TH", &status);
296 log_err_status(status, "ERROR: in creation of thai collation using ucol_open()\n %s\n",
432 coll = ucol_open("en_US", &status);
522 coll = ucol_open("th_TH", &status);
541 coll = ucol_open("ja_JP", &status);
573 en_us = ucol_open("en_US", &status)
    [all...]
callcoll.c 599 UCollator *coll = ucol_open(locale, &status);
616 UCollator *coll = ucol_open(locale, &status);
659 UCollator *coll = ucol_open(locale, &status);
851 myCollator = ucol_open("en_US", &status);
894 myCollator = ucol_open("en_US", &status);
    [all...]
cmsccoll.c 189 UCollator *coll = ucol_open("en_US", &status);
264 myCollation = ucol_open("en_US", &status);
336 UCollator *coll = ucol_open("en_US", &status);
1101 UCollator *UCA = ucol_open("root", status);
    [all...]
ccurrtst.c 111 c = ucol_open("en_US", &status);
usrchtst.c 58 EN_US_ = ucol_open("en_US", status);
63 FR_FR_ = ucol_open("fr_FR", status);
64 DE_ = ucol_open("de_DE", status);
65 ES_ = ucol_open("es_ES", status);
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 126 m_collator = ucol_open(m_locale, &status);
129 m_collator = ucol_open("", &status); // Fallback to Unicode Collation Algorithm.
  /external/icu4c/test/intltest/
svccoll.cpp 97 UCollator* frFR = ucol_open("fr_FR", &status);
164 // test ucol_open
165 UCollator* fufu = ucol_open("fu_FU_FOO", &status);
167 errln("could not open fu_FU_FOO with ucol_open");
ucaconf.cpp 27 UCA = ucol_open("root", &status);
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp 70 UCollator *coll = ucol_open(locale, &status);
  /external/sqlite/android/
sqlite3_android.cpp 432 UCollator* collator = ucol_open(systemLocale, &status);
478 collator = ucol_open("ja@collation=phonebook", &status);
480 collator = ucol_open(systemLocale, &status);
516 UCollator * collator = ucol_open(NULL, &status);
  /external/icu4c/samples/coll/
coll.cpp 168 collator = ucol_open(opt_locale, &status);
  /external/icu4c/i18n/unicode/
ucol.h 256 ucol_open(const char *loc, UErrorCode *status);
278 * @see ucol_open
298 * The call to this function is equivalent to a call to ucol_open, followed by a
317 * @see ucol_open
370 * @see ucol_open
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 269 ucol_open(const char *loc, UErrorCode *status);
291 * @see ucol_open
311 * The call to this function is equivalent to a call to ucol_open, followed by a
330 * @see ucol_open
368 * @see ucol_open
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 269 ucol_open(const char *loc, UErrorCode *status);
291 * @see ucol_open
311 * The call to this function is equivalent to a call to ucol_open, followed by a
330 * @see ucol_open
368 * @see ucol_open
    [all...]
  /dalvik/libcore/icu/src/main/native/
NativeCollation.cpp 340 UCollator* result = ucol_open(NULL, &status);
368 UCollator* result = ucol_open(localeStr, &status);
  /external/icu4c/samples/strsrch/
strsrch.cpp 159 collator = ucol_open(opt_locale, &status);

Completed in 553 milliseconds

1 2 3