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

  /external/icu/icu4c/source/test/cintltst/
utexttst.c 74 uta = utext_openUChars(NULL, uString, -1, &status);
97 uta = utext_openUChars(NULL, uString, -1, &status);
119 uta = utext_openUChars(NULL, uString, -1, &status);
194 uta = utext_openUChars(NULL, NULL, 0, &status);
222 uta = utext_openUChars(NULL, uString, -1, &status);
241 uta = utext_openUChars(NULL, uString2Ptr, -1, &status);
265 uta = utext_openUChars(NULL, uString, -1, &status);
cbiapts.c 354 ut = utext_openUChars(ut, s2, -1, &status);
    [all...]
reapits.c     [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 192 ut = utext_openUChars(NULL, buf, -1, &status);
203 ut = utext_openUChars(NULL, buf, saLen, &status);
895 utp = utext_openUChars(&ut, s2, -1, &status);
913 utext_openUChars(&ut, NULL, 5, &status);
917 utext_openUChars(&ut, NULL, -1, &status);
984 UText *utb = utext_openUChars(NULL, sb, -1, &status);
    [all...]
rbbiapts.cpp     [all...]
regextst.cpp     [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 192 utext_openUChars(&ut, text, textLength, status);
rbbi.cpp 295 fText = utext_openUChars(NULL, NULL, 0, &status);
453 fText = utext_openUChars(fText, NULL, 0, &status);
    [all...]
utext.cpp     [all...]
  /frameworks/minikin/libs/minikin/
WordBreaker.cpp 105 utext_openUChars(&mUText, reinterpret_cast<const UChar*>(data), size, &status);
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 452 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
601 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
  /external/icu/icu4c/source/common/unicode/
utext.h 245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
regexst.cpp 222 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
uregex.cpp 151 utext_openUChars(&patText, patBuf, patternLength, status);
234 utext_openUChars(&patText, patBuf, pattern16Length, status);
395 utext_openUChars(&input, text, textLength, status);
744 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
    [all...]
rematch.cpp     [all...]
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 97 mUText = utext_openUChars(nullptr, mUChars.get(), inputChars.size(), &mStatus);
99 CHECK(maybeThrowIcuException(env, "utext_openUChars", mStatus));

Completed in 1017 milliseconds