Searched refs:ucol_keyHashCode (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ducoleitr.h125 ucol_keyHashCode(const uint8_t* key, int32_t length);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h135 ucol_keyHashCode(const uint8_t* key, int32_t length);
/external/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp279 ucol_keyHashCode(const uint8_t *key, function
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp279 ucol_keyHashCode(const uint8_t *key, function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1231 doAssert( ucol_keyHashCode(sortk1, sortk1len) != ucol_keyHashCode(sortk2, sortk2len), "Hash test1 result incorrect" );
1232 doAssert( !(ucol_keyHashCode(sortk1, sortk1len) == ucol_keyHashCode(sortk2, sortk2len)), "Hash test2 result incorrect" );
1233 doAssert( ucol_keyHashCode(sortk2, sortk2len) == ucol_keyHashCode(sortk3, sortk3len), "Hash result not equal" );
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1229 doAssert( ucol_keyHashCode(sortk1, sortk1len) != ucol_keyHashCode(sortk2, sortk2len), "Hash test1 result incorrect" );
1230 doAssert( !(ucol_keyHashCode(sortk1, sortk1len) == ucol_keyHashCode(sortk2, sortk2len)), "Hash test2 result incorrect" );
1231 doAssert( ucol_keyHashCode(sortk2, sortk2len) == ucol_keyHashCode(sortk3, sortk3len), "Hash result not equal" );
/external/icu/icu4c/source/common/unicode/
H A Durename.h726 #define ucol_keyHashCode U_ICU_ENTRY_POINT_RENAME(ucol_keyHashCode) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h761 #define ucol_keyHashCode U_ICU_ENTRY_POINT_RENAME(ucol_keyHashCode) macro

Completed in 1280 milliseconds