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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h1393 * later used to instantiate a collator using ucol_openBinary.
1400 * @see ucol_openBinary
1426 ucol_openBinary(const uint8_t *bin, int32_t length,
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h1414 * later used to instantiate a collator using ucol_openBinary.
1421 * @see ucol_openBinary
1447 ucol_openBinary(const uint8_t *bin, int32_t length,
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp136 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
H A Ducol.cpp490 ucol_openBinary(const uint8_t *bin, int32_t length, function
/external/icu/icu4c/source/i18n/
H A Ducol.cpp40 ucol_openBinary(const uint8_t *bin, int32_t length, function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c824 c = ucol_openBinary(buffer, size, col, &err);
826 log_err("ucol_openBinary failed. Error: %s\n", u_errorName(err));
838 log_err("ucol_openBinary - new collator should equal to old one\n");
2267 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2268 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c822 c = ucol_openBinary(buffer, size, col, &err);
824 log_err("ucol_openBinary failed. Error: %s\n", u_errorName(err));
836 log_err("ucol_openBinary - new collator should equal to old one\n");
2247 * ucol_openBinary() documents:
2256 * The ICU team agreed with ticket #10517 "require base collator in ucol_openBinary() etc."
2305 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2306 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
2309 log_err("ucol_openBinary(base=NULL) unexpectedly did not fail - %s\n", u_errorName(status));
/external/icu/icu4c/source/common/unicode/
H A Durename.h734 #define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h771 #define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) macro

Completed in 252 milliseconds