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

  /external/icu/icu4c/source/common/
ucasemap_titlecase_brkiter.cpp 42 utext_openUTF8(&utext, src.data(), src.length(), &errorCode);
66 utext_openUTF8(&utext, src, srcLength, &errorCode);
110 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
utext.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 111 * Calls utext_openUTF8 after, potentially, converting invariant text from the compilation codepage
113 * @see utext_openUTF8
225 utext_openUTF8(&expectedText, expected, -1, &status);
227 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
278 * passed into utext_openUTF8. An error will be given if
294 return utext_openUTF8(ut, inv, length, status);
311 return utext_openUTF8(ut, (const char*)buf, length, status);
426 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
698 utext_openUTF8(&pattern, str_abc, -1, &status);
703 utext_openUTF8(&input, str_abc, -1, &status)
    [all...]
utxttest.cpp 276 ut = utext_openUTF8(NULL, u8String, -1, &status);
891 utp = utext_openUTF8(&ut, s3, -1, &status);
921 utext_openUTF8(&ut, NULL, 4, &status);
925 utext_openUTF8(&ut, NULL, -1, &status);
939 ut = utext_openUTF8(NULL, badUTF8, -1, &status);
    [all...]
rbbiapts.cpp 327 LocalUTextPointer ut(utext_openUTF8(NULL, s1, -1, status));
344 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status));
    [all...]
rbbitst.cpp 834 textToBreak = utext_openUTF8(textToBreak, utf8String.data(), utf8String.length(), &status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 81 uta = utext_openUTF8(&utLoc, cString, -1, &status);
200 uta = utext_openUTF8(NULL, NULL, 0, &status);
reapits.c     [all...]
cbiapts.c 727 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status);
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 123 * utext_openUTF8(ut, s, -1, &status);
227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
    [all...]
urename.h     [all...]
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 525 utext_openUTF8(&utf8UText, utf8, utf8Bytes, &status);
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 520 utext_openUTF8(&utf8UText, utf8, utf8Bytes, &status);

Completed in 234 milliseconds