HomeSort by relevance Sort by last modified time
    Searched defs:utext (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
ucasemap_titlecase_brkiter.cpp 41 UText utext = UTEXT_INITIALIZER; local
42 utext_openUTF8(&utext, src.data(), src.length(), &errorCode);
46 utext_close(&utext);
49 iter->setText(&utext, errorCode);
54 utext_close(&utext);
65 UText utext=UTEXT_INITIALIZER; local
66 utext_openUTF8(&utext, src, srcLength, &errorCode);
70 utext_close(&utext);
109 UText utext=UTEXT_INITIALIZER; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 3218 UnicodeString utext = ctou(text); local
    [all...]
rbbitst.cpp 35 #include "unicode/utext.h"
269 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) {
309 UText *tstr = NULL;
692 // Note: with the switch to UText, there is no way to restrict the
758 UText *textToBreak; // UText, could be UTF8 or UTF16.
759 UVector32 *textMap; // Map from UTF-16 dataToBreak offsets to UText offsets.
1506 UnicodeString utext = text; local
4573 UText utext=UTEXT_INITIALIZER; local
    [all...]

Completed in 488 milliseconds