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

/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h1438 * later used to instantiate a collator using ucol_openBinary.
1445 * @see ucol_openBinary
1471 ucol_openBinary(const uint8_t *bin, int32_t length,
/external/icu/icu4c/source/i18n/
H A Ducol.cpp40 ucol_openBinary(const uint8_t *bin, int32_t length, function
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c834 c = ucol_openBinary(buffer, size, col, &err);
836 log_err("ucol_openBinary failed. Error: %s\n", u_errorName(err));
848 log_err("ucol_openBinary - new collator should equal to old one\n");
2269 * ucol_openBinary() documents:
2278 * The ICU team agreed with ticket #10517 "require base collator in ucol_openBinary() etc."
2327 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2328 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
2331 log_err("ucol_openBinary(base=NULL) unexpectedly did not fail - %s\n", u_errorName(status));
/external/icu/icu4c/source/common/unicode/
H A Durename.h741 #define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) macro

Completed in 196 milliseconds