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

/external/chromium/third_party/icu/public/i18n/unicode/
H A Ducol.h1113 * later used to instantiate a collator using ucol_openBinary.
1120 * @see ucol_openBinary
1146 ucol_openBinary(const uint8_t *bin, int32_t length,
/external/icu4c/i18n/unicode/
H A Ducol.h1137 * later used to instantiate a collator using ucol_openBinary.
1144 * @see ucol_openBinary
1170 ucol_openBinary(const uint8_t *bin, int32_t length,
/external/webkit/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/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/chromium/third_party/icu/source/i18n/
H A Dtblcoll.cpp135 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
H A Ducol.cpp376 ucol_openBinary(const uint8_t *bin, int32_t length, function
/external/icu4c/i18n/
H A Dtblcoll.cpp135 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
H A Ducol.cpp432 ucol_openBinary(const uint8_t *bin, int32_t length, function
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcapitst.c846 c = ucol_openBinary(buffer, size, col, &err);
848 log_err("ucol_openBinary failed. Error: %s\n", u_errorName(err));
860 log_err("ucol_openBinary - new collator should equal to old one\n");
2232 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2233 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
/external/icu4c/test/cintltst/
H A Dcapitst.c856 c = ucol_openBinary(buffer, size, col, &err);
858 log_err("ucol_openBinary failed. Error: %s\n", u_errorName(err));
870 log_err("ucol_openBinary - new collator should equal to old one\n");
2220 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2221 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h611 #define ucol_openBinary ucol_openBinary_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h611 #define ucol_openBinary ucol_openBinary_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h758 #define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) macro
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h719 #define ucol_openBinary ucol_openBinary_4_2 macro

Completed in 132 milliseconds