Home
last modified time | relevance | path

Searched refs:ustr_hashCharsN (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
Dustr_imp.h225 ustr_hashCharsN(const char *str, int32_t length);
Dunifiedcache.h108 return ustr_hashCharsN(s, uprv_strlen(s)); in hashCode()
Dbytestriebuilder.cpp340 hash=hash*37+ustr_hashCharsN(bytes, len); in BTLinearMatchNode()
Dlocid.cpp646 return ustr_hashCharsN(fullName, uprv_strlen(fullName)); in hashCode()
Duhash.c845 return s == NULL ? 0 : ustr_hashCharsN(s, uprv_strlen(s)); in uhash_hashChars()
Dustring.cpp1509 ustr_hashCharsN(const char *str, int32_t length) { in ustr_hashCharsN() function
/external/icu/icu4c/source/i18n/
Dsortkey.cpp251 hash = ustr_hashCharsN(s, length); in computeHashCode()
/external/icu/icu4c/source/common/unicode/
Durename.h1632 #define ustr_hashCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashCharsN) macro