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

1 2

  /external/icu/icu4c/source/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/icu/icu4c/source/test/cintltst/
cfintst.c 81 myCollation = ucol_open("fi_FI@collation=standard", &status);
99 myCollation = ucol_open("fi_FI@collation=standard", &status);
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);
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);
cdetst.c 105 myCollation = ucol_open("de_DE", &status);
125 myCollation = ucol_open("de_DE", &status);
capitst.c 94 UCollator *coll = ucol_open(NULL, &status);
266 ucol_open, ucol_strcoll, getStrength/setStrength
294 col = ucol_open("en_US", &status);
374 ruled = ucol_open("da_DK", &status);
376 log_data_err("ucol_open(\"da_DK\") failed - %s\n", u_errorName(status));
411 col = ucol_open("fr_FR", &status);
479 col3= ucol_open(NULL, &status);
518 col2 = ucol_open("en_US", &status);
568 col = ucol_open("en_US", &status);
612 en_US = ucol_open("en_US", &status)
    [all...]
citertst.c 75 UCollator *coll = ucol_open(LOCALES[i], &status);
148 UCollator *coll = ucol_open(LOCALES[i], &status);
225 en_us = ucol_open("en_US", &status);
227 log_err_status(status, "ERROR: in creation of collation data using ucol_open()\n %s\n",
292 th_th = ucol_open("th_TH", &status);
294 log_err_status(status, "ERROR: in creation of thai collation using ucol_open()\n %s\n",
430 coll = ucol_open("en_US", &status);
520 coll = ucol_open("th_TH", &status);
539 coll = ucol_open("ja_JP", &status);
571 en_us = ucol_open("en_US", &status)
    [all...]
cmsccoll.c 191 UCollator *coll = ucol_open("en_US", &status);
266 myCollation = ucol_open("en_US", &status);
338 UCollator *coll = ucol_open("en_US", &status);
443 UCollator *coll = ucol_open("cs", &status);
539 UCollator *coll = ucol_open("", &status);
589 coll = ucol_open("", &status);
666 coll = ucol_open(locName, &status);
706 UCollator *coll = ucol_open("", &status);
865 myCollation = ucol_open("en_US", &status);
990 coll = ucol_open("en_US", &status)
    [all...]
callcoll.c 631 UCollator *coll = ucol_open(locale, &status);
648 UCollator *coll = ucol_open(locale, &status);
691 UCollator *coll = ucol_open(locale, &status);
883 myCollator = ucol_open("en_US", &status);
927 myCollator = ucol_open("en_US", &status);
    [all...]
ccurrtst.c 111 c = ucol_open("en_US", &status);
cfrtst.c 148 myCollation = ucol_open("fr_CA", &status);
173 myCollation = ucol_open("fr_CA", &status);
203 myCollation = ucol_open("fr_CA", &status);
sorttest.c 139 coll=ucol_open("root", &errorCode);
141 log_data_err("ucol_open(root) failed - %s\n", u_errorName(errorCode));
cg7coll.c 147 myCollation = ucol_open(locale, &status);
encoll.c 268 myCollation = ucol_open("en_US", &status);
310 myCollation = ucol_open("en_US", &status);
329 myCollation = 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/sqlite/android/
sqlite3_android.cpp 422 UCollator* collator = ucol_open(systemLocale, &status);
465 collator = ucol_open(systemLocale, &status);
500 UCollator * collator = ucol_open(NULL, &status);
  /external/icu/icu4c/source/samples/coll/
coll.cpp 168 collator = ucol_open(opt_locale, &status);
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 159 collator = ucol_open(opt_locale, &status);
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 93 LocalUCollatorPointer frFR(ucol_open("fr_FR", &status));
171 // test ucol_open
172 LocalUCollatorPointer fufu(ucol_open("fu_FU_FOO", &status));
174 errln("could not open fu_FU_FOO with ucol_open");
thcoll.cpp 371 thaiColl = ucol_open ("th_TH", &coll_status);
ssearch.cpp 258 LocalUCollatorPointer collator(ucol_open(clocale, &status));
788 coll = ucol_open(NULL, &status);
921 LocalUCollatorPointer collator(ucol_open("en", &status));
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 389 ucol_open(const char *loc, UErrorCode *status);
411 * @see ucol_open
432 * The call to this function is equivalent to a call to ucol_open, followed by a
451 * @see ucol_open
456 * @deprecated ICU 54 Use ucol_open() with language tag collation keywords instead.
506 * @see ucol_open
    [all...]
  /external/icu/icu4c/source/i18n/
ucol_res.cpp 501 ucol_open(const char *loc, function

Completed in 59 milliseconds

1 2