Searched refs:ucol_openFromShortString (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h443 ucol_openFromShortString( const char *definition,
901 * a collator with the same properties using the ucol_openFromShortString API.
915 * @see ucol_openFromShortString
940 * @see ucol_openFromShortString
1382 * @see ucol_openFromShortString
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h459 ucol_openFromShortString( const char *definition,
917 * a collator with the same attributes using the ucol_openFromShortString API.
931 * @see ucol_openFromShortString
956 * @see ucol_openFromShortString
1403 * @see ucol_openFromShortString
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcfrtst.c314 pCollator = ucol_openFromShortString("LFR_AN_CX_EX_FO_HX_NX_S3", 0, NULL, &status);
H A Dcapitst.c2042 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status);
2058 fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status);
H A Dusrchtst.c1759 coll = ucol_openFromShortString(search.collator, FALSE, NULL, &status);
2828 coll = ucol_openFromShortString( "LSK_AS_CX_EX_FX_HX_NX_S4",
2834 log_data_err( "ucol_openFromShortString error %s\n" , u_errorName(icuStatus));
2935 coll = ucol_openFromShortString("LHR_AN_CX_EX_FX_HX_NX_S3",
2940 log_data_err("ucol_openFromShortString error - %s\n", u_errorName(icuStatus));
H A Dcmsccoll.c5388 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC);
5391 log_err_status(icuRC, "ucol_openFromShortString failed -> %s\n", u_errorName(icuRC));
5454 ucol = ucol_openFromShortString(collString, FALSE, NULL, &status);
5456 log_err_status(status, "ucol_openFromShortString error in Craotian test. -> %s\n", u_errorName(status));
5498 ucol = ucol_openFromShortString("LJA_AN_CX_EX_FX_HO_NX_S4", FALSE, NULL,
/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp488 ucol_openFromShortString( const char *definition, function
/external/icu/icu4c/source/test/cintltst/
H A Dcfrtst.c314 pCollator = ucol_openFromShortString("LFR_AN_CX_EX_FO_HX_NX_S3", 0, NULL, &status);
H A Dcapitst.c2050 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status);
2066 fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status);
H A Dusrchtst.c1759 coll = ucol_openFromShortString(search.collator, FALSE, NULL, &status);
2828 coll = ucol_openFromShortString( "LSK_AS_CX_EX_FX_HX_NX_S4",
2834 log_data_err( "ucol_openFromShortString error %s\n" , u_errorName(icuStatus));
2935 coll = ucol_openFromShortString("LHR_AN_CX_EX_FX_HX_NX_S3",
2940 log_data_err("ucol_openFromShortString error - %s\n", u_errorName(icuStatus));
H A Dcmsccoll.c4033 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC);
4036 log_err_status(icuRC, "ucol_openFromShortString failed -> %s\n", u_errorName(icuRC));
4099 ucol = ucol_openFromShortString(collString, FALSE, NULL, &status);
4101 log_err_status(status, "ucol_openFromShortString error in Craotian test. -> %s\n", u_errorName(status));
4143 ucol = ucol_openFromShortString("LJA_AN_CX_EX_FX_HO_NX_S4", FALSE, NULL,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp736 coll = ucol_openFromShortString("LEN_S1", FALSE, NULL, &status);
1363 UCollator *coll = ucol_openFromShortString("S1", FALSE, NULL, &status);
H A Dregcoll.cpp1129 coll = ucol_openFromShortString("EO_S1", FALSE, NULL, &status);
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp733 coll = ucol_openFromShortString("LEN_S1", FALSE, NULL, &status);
1360 UCollator *coll = ucol_openFromShortString("S1", FALSE, NULL, &status);
H A Dregcoll.cpp1220 coll = ucol_openFromShortString("EO_S1", FALSE, NULL, &status);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp502 ucol_openFromShortString( const char *definition, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h736 #define ucol_openFromShortString U_ICU_ENTRY_POINT_RENAME(ucol_openFromShortString) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h773 #define ucol_openFromShortString U_ICU_ENTRY_POINT_RENAME(ucol_openFromShortString) macro

Completed in 567 milliseconds