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

  /external/icu/icu4c/source/common/
ucasemap_titlecase_brkiter.cpp 51 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
utext.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 173 * Calls utext_openUTF8 after, potentially, converting invariant text from the compilation codepage
175 * @see utext_openUTF8
287 utext_openUTF8(&expectedText, expected, -1, &status);
289 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
340 * passed into utext_openUTF8. An error will be given if
356 return utext_openUTF8(ut, inv, length, status);
373 return utext_openUTF8(ut, (const char*)buf, length, status);
488 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
760 utext_openUTF8(&pattern, str_abc, -1, &status);
765 utext_openUTF8(&input, str_abc, -1, &status)
    [all...]
utxttest.cpp 283 ut = utext_openUTF8(NULL, u8String, -1, &status);
898 utp = utext_openUTF8(&ut, s3, -1, &status);
928 utext_openUTF8(&ut, NULL, 4, &status);
932 utext_openUTF8(&ut, NULL, -1, &status);
946 ut = utext_openUTF8(NULL, badUTF8, -1, &status);
    [all...]
rbbiapts.cpp 326 LocalUTextPointer ut(utext_openUTF8(NULL, s1, -1, status));
343 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status));
    [all...]
rbbitst.cpp 877 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 688 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...]

Completed in 1746 milliseconds