Searched refs:uhash_hashIChars (Results 1 – 9 of 9) sorted by relevance
83 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()146 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()
976 #define uhash_hashIChars U_ICU_ENTRY_POINT_RENAME(uhash_hashIChars) macro