Searched refs:ucol_openBinary (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/i18n/unicode/
H A Ducol.h1187 * later used to instantiate a collator using ucol_openBinary.
1194 * @see ucol_openBinary
1220 ucol_openBinary(const uint8_t *bin, int32_t length,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h1178 * later used to instantiate a collator using ucol_openBinary.
1185 * @see ucol_openBinary
1211 ucol_openBinary(const uint8_t *bin, int32_t length,
H A Durename.h611 #define ucol_openBinary ucol_openBinary_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h1178 * later used to instantiate a collator using ucol_openBinary.
1185 * @see ucol_openBinary
1211 ucol_openBinary(const uint8_t *bin, int32_t length,
H A Durename.h611 #define ucol_openBinary ucol_openBinary_3_2 macro
/external/icu4c/i18n/
H A Dtblcoll.cpp137 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
H A Ducol.cpp468 ucol_openBinary(const uint8_t *bin, int32_t length, function
/external/icu4c/test/cintltst/
H A Dcapitst.c860 c = ucol_openBinary(buffer, size, col, &err);
862 log_err("ucol_openBinary failed. Error: %s\n", u_errorName(err));
874 log_err("ucol_openBinary - new collator should equal to old one\n");
2223 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2224 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h611 #define ucol_openBinary ucol_openBinary_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h611 #define ucol_openBinary ucol_openBinary_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h765 #define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) macro

Completed in 160 milliseconds