Searched refs:ustr_hashICharsN (Results 1 – 4 of 4) sorted by relevance
228 ustr_hashICharsN(const char *str, int32_t length);
851 return s == NULL ? 0 : ustr_hashICharsN(s, uprv_strlen(s)); in uhash_hashIChars()
1514 ustr_hashICharsN(const char *str, int32_t length) { in ustr_hashICharsN() function
1633 #define ustr_hashICharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashICharsN) macro