Searched refs:uhash_hashIChars (Results 1 – 5 of 5) sorted by relevance
91 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()169 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
581 uhash_hashIChars(const UHashTok key);
849 uhash_hashIChars(const UHashTok key) { in uhash_hashIChars() function
290 hash = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &status); in hashIChars()
939 #define uhash_hashIChars U_ICU_ENTRY_POINT_RENAME(uhash_hashIChars) macro