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

1 2

  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 71 uta = utext_openUChars(NULL, uString, -1, &status);
94 uta = utext_openUChars(NULL, uString, -1, &status);
116 uta = utext_openUChars(NULL, uString, -1, &status);
191 uta = utext_openUChars(NULL, NULL, 0, &status);
219 uta = utext_openUChars(NULL, uString, -1, &status);
238 uta = utext_openUChars(NULL, uString2Ptr, -1, &status);
262 uta = utext_openUChars(NULL, uString, -1, &status);
cbiapts.c 337 ut = utext_openUChars(ut, s2, -1, &status);
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 72 uta = utext_openUChars(NULL, uString, -1, &status);
95 uta = utext_openUChars(NULL, uString, -1, &status);
117 uta = utext_openUChars(NULL, uString, -1, &status);
192 uta = utext_openUChars(NULL, NULL, 0, &status);
220 uta = utext_openUChars(NULL, uString, -1, &status);
239 uta = utext_openUChars(NULL, uString2Ptr, -1, &status);
263 uta = utext_openUChars(NULL, uString, -1, &status);
cbiapts.c 345 ut = utext_openUChars(ut, s2, -1, &status);
    [all...]
reapits.c     [all...]
  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 36 mUText = utext_openUChars(NULL, mChars.get(), length, &status);
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 191 ut = utext_openUChars(NULL, buf, -1, &status);
202 ut = utext_openUChars(NULL, buf, saLen, &status);
869 utext_openUChars(&uniCharText, uniChars, -1, &status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 191 ut = utext_openUChars(NULL, buf, -1, &status);
202 ut = utext_openUChars(NULL, buf, saLen, &status);
894 utp = utext_openUChars(&ut, s2, -1, &status);
912 utext_openUChars(&ut, NULL, 5, &status);
916 utext_openUChars(&ut, NULL, -1, &status);
979 UText *utb = utext_openUChars(NULL, sb, -1, &status);
    [all...]
rbbiapts.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 178 utext_openUChars(&ut, text, textLength, status);
rbbi.cpp 244 fText = utext_openUChars(NULL, NULL, 0, &status);
421 fText = utext_openUChars(fText, NULL, 0, &status);
    [all...]
triedict.cpp 102 fIter = utext_openUChars(NULL, NULL, 0, &status);
113 fIter = utext_openUChars(NULL, NULL, 0, &status);
201 fIter = utext_openUChars(fIter, word, length, &status);
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 169 utext_openUChars(&ut, text, textLength, status);
rbbi.cpp 273 fText = utext_openUChars(NULL, NULL, 0, &status);
450 fText = utext_openUChars(fText, NULL, 0, &status);
    [all...]
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 54 mUText = utext_openUChars(NULL, mChars, env->GetStringLength(mJavaInput), &mStatus);
libcore_icu_NativeBreakIterator.cpp 56 mUText = utext_openUChars(NULL, mChars, env->GetStringLength(mJavaInput), &mStatus);
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 148 utext_openUChars(&patText, patBuf, patternLength, status);
231 utext_openUChars(&patText, patBuf, pattern16Length, status);
392 utext_openUChars(&input, text, textLength, status);
687 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
706 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
718 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
725 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
    [all...]
regexst.cpp 220 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
rematch.cpp     [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 149 utext_openUChars(&patText, patBuf, patternLength, status);
232 utext_openUChars(&patText, patBuf, pattern16Length, status);
393 utext_openUChars(&input, text, textLength, status);
708 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
727 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
739 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
746 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
    [all...]
regexst.cpp 223 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
rematch.cpp     [all...]
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 449 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
598 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
    [all...]

Completed in 819 milliseconds

1 2