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 35 UCollator *coll = ucol_open(locale, &status);
65 compareCollator = ucol_open(locale, &status);
oldcol.cpp 36 UCollator *coll = ucol_open(locale, &status);
66 compareCollator = ucol_open(locale, &status);
  /external/icu/icu4c/source/test/cintltst/
cfintst.c 83 myCollation = ucol_open("fi_FI@collation=standard", &status);
101 myCollation = ucol_open("fi_FI@collation=standard", &status);
cjaptst.c 122 myCollation = ucol_open("ja_JP", &status);
142 myCollation = ucol_open("ja_JP", &status);
163 myCollation = ucol_open("ja_JP", &status);
187 myCollation = ucol_open("ja_JP", &status);
212 myCollation = ucol_open("ja_JP", &status);
238 myCollation = ucol_open("ja_JP", &status);
cestst.c 92 myCollation = ucol_open("es_ES", &status);
111 myCollation = ucol_open("es_ES", &status);
cturtst.c 99 myCollation = ucol_open("tr", &status);
119 myCollation = ucol_open("tr", &status);
cdetst.c 107 myCollation = ucol_open("de_DE", &status);
127 myCollation = ucol_open("de_DE", &status);
capitst.c 96 UCollator *coll = ucol_open(NULL, &status);
268 ucol_open, ucol_strcoll, getStrength/setStrength
296 col = ucol_open("en_US", &status);
376 ruled = ucol_open("da_DK", &status);
378 log_data_err("ucol_open(\"da_DK\") failed - %s\n", u_errorName(status));
413 col = ucol_open("fr_FR", &status);
481 col3= ucol_open(NULL, &status);
520 col2 = ucol_open("en_US", &status);
570 col = ucol_open("en_US", &status);
614 en_US = ucol_open("en_US", &status)
    [all...]
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...]
cmsccoll.c 190 UCollator *coll = ucol_open("en_US", &status);
265 myCollation = ucol_open("en_US", &status);
337 UCollator *coll = ucol_open("en_US", &status);
442 UCollator *coll = ucol_open("cs", &status);
538 UCollator *coll = ucol_open("", &status);
588 coll = ucol_open("", &status);
665 coll = ucol_open(locName, &status);
705 UCollator *coll = ucol_open("", &status);
864 myCollation = ucol_open("en_US", &status);
989 coll = ucol_open("en_US", &status)
    [all...]
callcoll.c 633 UCollator *coll = ucol_open(locale, &status);
650 UCollator *coll = ucol_open(locale, &status);
693 UCollator *coll = ucol_open(locale, &status);
885 myCollator = ucol_open("en_US", &status);
929 myCollator = ucol_open("en_US", &status);
    [all...]
ccurrtst.c 111 c = ucol_open("en_US", &status);
cfrtst.c 151 myCollation = ucol_open("fr_CA", &status);
176 myCollation = ucol_open("fr_CA", &status);
206 myCollation = ucol_open("fr_CA", &status);
sorttest.c 141 coll=ucol_open("root", &errorCode);
143 log_data_err("ucol_open(root) failed - %s\n", u_errorName(errorCode));
cg7coll.c 149 myCollation = ucol_open(locale, &status);
encoll.c 271 myCollation = ucol_open("en_US", &status);
313 myCollation = ucol_open("en_US", &status);
332 myCollation = ucol_open("en_US", &status);
usrchtst.c 60 EN_US_ = ucol_open("en_US", status);
65 FR_FR_ = ucol_open("fr_FR", status);
66 DE_ = ucol_open("de_DE", status);
67 ES_ = ucol_open("es_ES", status);
    [all...]
  /external/sqlite/android/
sqlite3_android.cpp 419 UCollator* collator = ucol_open(systemLocale, &status);
458 collator = ucol_open(systemLocale, &status);
491 UCollator * collator = ucol_open(NULL, &status);
  /external/icu/icu4c/source/samples/coll/
coll.cpp 174 collator = ucol_open(opt_locale, &status);
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 164 collator = ucol_open(opt_locale, &status);
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 96 LocalUCollatorPointer frFR(ucol_open("fr_FR", &status));
174 // test ucol_open
175 LocalUCollatorPointer fufu(ucol_open("fu_FU_FOO", &status));
177 errln("could not open fu_FU_FOO with ucol_open");
thcoll.cpp 374 thaiColl = ucol_open ("th_TH", &coll_status);
ssearch.cpp 259 LocalUCollatorPointer collator(ucol_open(clocale, &status));
787 coll = ucol_open(NULL, &status);
920 LocalUCollatorPointer collator(ucol_open("en", &status));
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 400 ucol_open(const char *loc, UErrorCode *status);
422 * @see ucol_open
443 * The call to this function is equivalent to a call to ucol_open, followed by a
462 * @see ucol_open
467 * @deprecated ICU 54 Use ucol_open() with language tag collation keywords instead.
517 * @see ucol_open
    [all...]
  /external/icu/icu4c/source/i18n/
ucol_res.cpp 505 ucol_open(const char *loc, function

Completed in 147 milliseconds

1 2