Home
last modified time | relevance | path

Searched refs:ucol_openBinary (Results 1 – 7 of 7) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducol.h1491 ucol_openBinary(const uint8_t *bin, int32_t length,
Durename.h747 #define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h1491 ucol_openBinary(const uint8_t *bin, int32_t length,
/external/icu/icu4c/source/i18n/
Ducol.cpp42 ucol_openBinary(const uint8_t *bin, int32_t length, in ucol_openBinary() function
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c836 c = ucol_openBinary(buffer, size, col, &err); in TestCloneBinary()
2329 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status); in TestOpenBinary()
2330 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status); in TestOpenBinary()
/external/icu/icu4c/source/common/unicode/
Durename.h747 #define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1223 return ucol_openBinary(bin, length, base, status); in ucol_openBinary_android()