/external/icu4c/test/cintltst/ |
cfrtst.c | 148 myCollation = ucol_open("fr_FR", &status); 173 myCollation = ucol_open("fr_FR", &status); 203 myCollation = ucol_open("fr_FR", &status);
|
encoll.c | 268 myCollation = ucol_open("en_US", &status); 310 myCollation = ucol_open("en_US", &status); 329 myCollation = ucol_open("en_US", &status);
|
cg7coll.c | 147 myCollation = ucol_open(locales[i], &status);
|
cloctst.c | [all...] |
/external/icu4c/test/intltest/ |
ssearch.cpp | 289 UCollator *collator = ucol_open(clocale, &status); 444 UCollator *coll = ucol_open(testCases[t].locale, &status); 637 UCollator *collator = ucol_open(clocale, &status); [all...] |
thcoll.cpp | 371 thaiColl = ucol_open ("th_TH", &coll_status);
|
/external/icu4c/common/ |
utrace.c | 463 "ucol_open",
|
/external/icu4c/i18n/unicode/ |
ucoleitr.h | 77 * . coll = ucol_open(NULL, &success);
|
coll.h | [all...] |
/external/webkit/WebCore/icu/unicode/ |
ucoleitr.h | 69 * . coll = ucol_open(NULL, &success);
|
urename.h | 609 #define ucol_open ucol_open_3_2 macro [all...] |
utypes.h | 544 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
|
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 500 COLLATOR_ = ucol_open("en_US", &error); 529 COLLATOR_ = ucol_open(locale, &error); [all...] |
/external/icu4c/i18n/ |
ucol_res.cpp | 323 ucol_open(const char *loc, function [all...] |
ucol_sit.cpp | 501 UCollator *result = ucol_open(buffer, status);
|
ucol_imp.h | 54 * through ucol_open API. [all...] |
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 596 col = ucol_open(locale, &status);
|
/external/icu4c/common/unicode/ |
utypes.h | 615 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */ [all...] |
urename.h | 717 #define ucol_open macro [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
urename.h | 609 #define ucol_open ucol_open_3_2 macro [all...] |
utypes.h | 544 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
urename.h | 609 #define ucol_open ucol_open_3_2 macro [all...] |
utypes.h | 544 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
|
/external/webkit/WebKit/mac/icu/unicode/ |
urename.h | 609 #define ucol_open ucol_open_3_2 macro [all...] |
utypes.h | 544 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
|