Searched refs:uhash_compareIChars (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c64 return uhash_compareIChars(s, t);
292 hash = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &status);
/external/icu/icu4c/source/common/
H A Duloc_keytype.cpp95 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts);
173 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts);
H A Duhash.h578 * function. Use together with uhash_compareIChars.
613 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
H A Duhash.c947 uhash_compareIChars(const UHashTok key1, const UHashTok key2) { function
/external/icu/icu4c/source/common/unicode/
H A Durename.h929 #define uhash_compareIChars U_ICU_ENTRY_POINT_RENAME(uhash_compareIChars) macro

Completed in 461 milliseconds