Home
last modified time | relevance | path

Searched refs:uhash_hashUCharsN (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Duhash.h584 uhash_hashUCharsN(const UChar *key, int32_t length);
Duchriter.cpp86 return uhash_hashUCharsN(text, textLength) ^ pos ^ begin ^ end; in hashCode()
Duhash.c865 uhash_hashUCharsN(const UChar *str, int32_t length) { in uhash_hashUCharsN() function
Dunistr.cpp1474 int32_t hashCode = uhash_hashUCharsN(getArrayStart(), length()); in doHashCode()
/external/chromium_org/third_party/icu/source/i18n/
Dtblcoll.cpp613 return uhash_hashUCharsN(rules, length); in hashCode()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h938 #define uhash_hashUCharsN U_ICU_ENTRY_POINT_RENAME(uhash_hashUCharsN) macro
/external/chromium_org/third_party/icu/source/tools/genrb/
Dreslist.c889 return uhash_hashUCharsN(res->u.fString.fChars, res->u.fString.fLength); in string_hash()