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 49 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
utext.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 171 * Calls utext_openUTF8 after, potentially, converting invariant text from the compilation codepage
173 * @see utext_openUTF8
285 utext_openUTF8(&expectedText, expected, -1, &status);
287 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
338 * passed into utext_openUTF8. An error will be given if
354 return utext_openUTF8(ut, inv, length, status);
371 return utext_openUTF8(ut, (const char*)buf, length, status);
486 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
758 utext_openUTF8(&pattern, str_abc, -1, &status);
763 utext_openUTF8(&input, str_abc, -1, &status)
    [all...]
utxttest.cpp 277 ut = utext_openUTF8(NULL, u8String, -1, &status);
892 utp = utext_openUTF8(&ut, s3, -1, &status);
922 utext_openUTF8(&ut, NULL, 4, &status);
926 utext_openUTF8(&ut, NULL, -1, &status);
940 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/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 686 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status);
    [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...]

Completed in 1102 milliseconds