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

  /external/icu/icu4c/source/common/
ustr_imp.h 41 ustr_hashUCharsN(const UChar *str, int32_t length);
uchriter.cpp 89 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
ucharstriebuilder.cpp 290 hash=hash*37u+ustr_hashUCharsN(units, len);
uhash.cpp 857 return s == NULL ? 0 : ustr_hashUCharsN(s, u_strlen(s));
ustring.cpp     [all...]
unistr.cpp     [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 170 milliseconds