Searched refs:ucol_open (Results 1 - 25 of 35) sorted by relevance

12

/external/icu/icu4c/source/samples/legacy/
H A Dnewcol.cpp29 UCollator *coll = ucol_open(locale, &status);
59 compareCollator = ucol_open(locale, &status);
H A Doldcol.cpp30 UCollator *coll = ucol_open(locale, &status);
60 compareCollator = ucol_open(locale, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcfintst.c81 myCollation = ucol_open("fi_FI@collation=standard", &status);
99 myCollation = ucol_open("fi_FI@collation=standard", &status);
H A Dcjaptst.c120 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);
H A Dcestst.c90 myCollation = ucol_open("es_ES", &status);
109 myCollation = ucol_open("es_ES", &status);
H A Dcturtst.c97 myCollation = ucol_open("tr", &status);
117 myCollation = ucol_open("tr", &status);
H A Dcdetst.c105 myCollation = ucol_open("de_DE", &status);
125 myCollation = ucol_open("de_DE", &status);
H A Dcapitst.c94 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_U
[all...]
H A Dcitertst.c75 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_U
[all...]
H A Dcmsccoll.c191 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_U
[all...]
H A Dcallcoll.c631 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);
1035 enCollation = ucol_open("en_US", &status);
1117 enCollation = ucol_open("en_US", &status);
1277 UCollator *coll = ucol_open("es", &status);
1285 coll = ucol_open("de_DE", &status);
H A Dccurrtst.c111 c = ucol_open("en_US", &status);
H A Dcfrtst.c148 myCollation = ucol_open("fr_CA", &status);
173 myCollation = ucol_open("fr_CA", &status);
203 myCollation = ucol_open("fr_CA", &status);
H A Dsorttest.c139 coll=ucol_open("root", &errorCode);
141 log_data_err("ucol_open(root) failed - %s\n", u_errorName(errorCode));
H A Dcg7coll.c147 myCollation = ucol_open(locale, &status);
H A Dencoll.c268 myCollation = ucol_open("en_US", &status);
310 myCollation = ucol_open("en_US", &status);
329 myCollation = ucol_open("en_US", &status);
H A Dusrchtst.c58 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);
1762 coll = ucol_open("en_US"/*uloc_getDefault()*/, &status);
2434 coll = ucol_open("", &status);
2464 coll = ucol_open("en_GB", &status);
2466 log_err_status(status, "ucol_open failed: %s\n", u_errorName(status));
2559 coll = ucol_open("en_US", &ec);
2616 coll = ucol_open ("en_U
[all...]
/external/sqlite/android/
H A Dsqlite3_android.cpp422 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/
H A Dcoll.cpp168 collator = ucol_open(opt_locale, &status);
/external/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp159 collator = ucol_open(opt_locale, &status);
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp93 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");
H A Dthcoll.cpp371 thaiColl = ucol_open ("th_TH", &coll_status);
H A Dssearch.cpp258 LocalUCollatorPointer collator(ucol_open(clocale, &status));
788 coll = ucol_open(NULL, &status);
921 LocalUCollatorPointer collator(ucol_open("en", &status));
1359 //UCollator *coll = ucol_open(NULL, &status);
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h389 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
1306 * @see ucol_open
/external/icu/icu4c/source/i18n/
H A Ducol_res.cpp501 ucol_open(const char *loc, function

Completed in 346 milliseconds

12