Searched refs:ustr_hashUCharsN (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dustr_imp.h203 ustr_hashUCharsN(const UChar *str, int32_t length);
H A Duchriter.cpp87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
H A Ducharstriebuilder.cpp288 hash=hash*37+ustr_hashUCharsN(units, len);
H A Duhash.c839 return s == NULL ? 0 : ustr_hashUCharsN(s, u_strlen(s));
H A Dustring.cpp1504 ustr_hashUCharsN(const UChar *str, int32_t length) { function
H A Dunistr.cpp1592 int32_t hashCode = ustr_hashUCharsN(getArrayStart(), length());
/external/icu/icu4c/source/common/
H A Dustr_imp.h203 ustr_hashUCharsN(const UChar *str, int32_t length);
H A Duchriter.cpp87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
H A Ducharstriebuilder.cpp288 hash=hash*37+ustr_hashUCharsN(units, len);
H A Duhash.c839 return s == NULL ? 0 : ustr_hashUCharsN(s, u_strlen(s));
H A Dustring.cpp1504 ustr_hashUCharsN(const UChar *str, int32_t length) { function
H A Dunistr.cpp1592 int32_t hashCode = ustr_hashUCharsN(getArrayStart(), length());
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp565 return ustr_hashUCharsN(rules, length);
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp1408 int32_t leftHash = ustr_hashUCharsN(d16->dataOf(leftIndex), d16->lengthOf(leftIndex));
1409 int32_t rightHash = ustr_hashUCharsN(d16->dataOf(rightIndex), d16->lengthOf(rightIndex));
/external/icu/icu4c/source/common/unicode/
H A Durename.h1594 #define ustr_hashUCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashUCharsN) macro
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c891 return ustr_hashUCharsN(res->u.fString.fChars, res->u.fString.fLength);
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c988 return ustr_hashUCharsN(res->u.fString.fChars, res->u.fString.fLength);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1673 #define ustr_hashUCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashUCharsN) macro

Completed in 542 milliseconds