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

  /external/icu/icu4c/source/common/
ucasemap_titlecase_brkiter.cpp 49 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
rbbi.cpp     [all...]
utext.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 147 * Calls utext_openUTF8 after, potentially, converting invariant text from the compilation codepage
149 * @see utext_openUTF8
258 utext_openUTF8(&expectedText, expected, -1, &status);
260 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
311 * passed into utext_openUTF8. An error will be given if
327 return utext_openUTF8(ut, inv, length, status);
344 return utext_openUTF8(ut, (const char*)buf, length, status);
459 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
731 utext_openUTF8(&pattern, str_abc, -1, &status);
736 utext_openUTF8(&input, str_abc, -1, &status)
    [all...]
utxttest.cpp 275 ut = utext_openUTF8(NULL, u8String, -1, &status);
890 utp = utext_openUTF8(&ut, s3, -1, &status);
920 utext_openUTF8(&ut, NULL, 4, &status);
924 utext_openUTF8(&ut, NULL, -1, &status);
938 ut = utext_openUTF8(NULL, badUTF8, -1, &status);
    [all...]
rbbiapts.cpp 324 LocalUTextPointer ut(utext_openUTF8(NULL, s1, -1, status));
341 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status));
    [all...]
rbbitst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 119 * Calls utext_openUTF8 after, potentially, converting invariant text from the compilation codepage
121 * @see utext_openUTF8
127 return utext_openUTF8(ut, inv, length, status);
133 return utext_openUTF8(ut, buf, length, status);
195 utext_openUTF8(&expectedText, expected, -1, &status);
197 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
357 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
624 utext_openUTF8(&pattern, str_abc, -1, &status);
629 utext_openUTF8(&input, str_abc, -1, &status);
    [all...]
utxttest.cpp 275 ut = utext_openUTF8(NULL, u8String, -1, &status);
870 utext_openUTF8(&charText, chars, -1, &status);
    [all...]
rbbiapts.cpp 321 LocalUTextPointer ut(utext_openUTF8(NULL, s1, -1, status));
338 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status));
    [all...]
rbbitst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 78 uta = utext_openUTF8(&utLoc, cString, -1, &status);
197 uta = utext_openUTF8(NULL, NULL, 0, &status);
reapits.c 96 utext_openUTF8(&expectedText, expected, -1, &status);
    [all...]
cbiapts.c 677 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status);
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 79 uta = utext_openUTF8(&utLoc, cString, -1, &status);
198 uta = utext_openUTF8(NULL, NULL, 0, &status);
reapits.c     [all...]
cbiapts.c 681 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status);
    [all...]
  /external/chromium_org/components/query_parser/
snippet.cc 221 document_utext = utext_openUTF8(document_utext, document.data(),
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 121 * utext_openUTF8(ut, s, -1, &status);
225 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 121 * utext_openUTF8(ut, s, -1, &status);
225 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
    [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/
ucasemap.c 280 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
rbbi.cpp     [all...]
utext.cpp     [all...]

Completed in 440 milliseconds