HomeSort by relevance Sort by last modified time
    Searched refs:utext_openUChars (Results 1 - 25 of 32) 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/icu4c/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 342 ut = utext_openUChars(ut, s2, -1, &status);
    [all...]
reapits.c     [all...]
  /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/icu4c/test/intltest/
utxttest.cpp 189 ut = utext_openUChars(NULL, buf, -1, &status);
200 ut = utext_openUChars(NULL, buf, saLen, &status);
892 utp = utext_openUChars(&ut, s2, -1, &status);
910 utext_openUChars(&ut, NULL, 5, &status);
914 utext_openUChars(&ut, NULL, -1, &status);
977 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/icu4c/common/
ubrk.cpp 171 utext_openUChars(&ut, text, textLength, status);
rbbi.cpp 274 fText = utext_openUChars(NULL, NULL, 0, &status);
451 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 55 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/icu4c/i18n/
uregex.cpp 149 utext_openUChars(&patText, patBuf, patternLength, status);
232 utext_openUChars(&patText, patBuf, pattern16Length, status);
393 utext_openUChars(&input, text, textLength, status);
705 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
724 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
736 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
743 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
    [all...]
regexst.cpp 222 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
rematch.cpp     [all...]
  /external/icu4c/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/icu4c/common/unicode/
utext.h 243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorICU.cpp 510 utext_openUChars(&uText, string, length, &errorCode);
    [all...]

Completed in 245 milliseconds

1 2