HomeSort by relevance Sort by last modified time
    Searched refs:ustr_hashUCharsN (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ustr_imp.h 203 ustr_hashUCharsN(const UChar *str, int32_t length);
uchriter.cpp 87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
ucharstriebuilder.cpp 288 hash=hash*37+ustr_hashUCharsN(units, len);
uhash.c 839 return s == NULL ? 0 : ustr_hashUCharsN(s, u_strlen(s));
ustring.cpp     [all...]
unistr.cpp     [all...]
  /external/icu/icu4c/source/common/
ustr_imp.h 203 ustr_hashUCharsN(const UChar *str, int32_t length);
uchriter.cpp 87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
ucharstriebuilder.cpp 288 hash=hash*37+ustr_hashUCharsN(units, len);
uhash.c 839 return s == NULL ? 0 : ustr_hashUCharsN(s, u_strlen(s));
ustring.cpp     [all...]
unistr.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 565 return ustr_hashUCharsN(rules, length);
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 891 return ustr_hashUCharsN(res->u.fString.fChars, res->u.fString.fLength);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.c     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 339 milliseconds