Searched refs:uhash_hashIChars (Results 1 – 6 of 6) sorted by relevance
95 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()173 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
602 uhash_hashIChars(const UHashTok key);
867 uhash_hashIChars(const UHashTok key) { in uhash_hashIChars() function
292 hash = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &status); in hashIChars()
960 #define uhash_hashIChars U_ICU_ENTRY_POINT_RENAME(uhash_hashIChars) macro