Searched refs:ustr_hashICharsN (Results 1 – 5 of 5) sorted by relevance
47 ustr_hashICharsN(const char *str, int32_t length);
869 return s == NULL ? 0 : ustr_hashICharsN(s, static_cast<int32_t>(uprv_strlen(s))); in uhash_hashIChars()
1517 ustr_hashICharsN(const char *str, int32_t length) { in ustr_hashICharsN() function
1699 #define ustr_hashICharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashICharsN) macro