HomeSort by relevance Sort by last modified time
    Searched refs:utext (Results 1 - 9 of 9) 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/
rbbitst.cpp 37 #include "unicode/utext.h"
136 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) {
176 UText *tstr = NULL;
294 // Note: with the switch to UText, there is no way to restrict the
360 UText *textToBreak; // UText, could be UTF8 or UTF16.
361 UVector32 *textMap; // Map from UTF-16 dataToBreak offsets to UText offsets.
901 // Run again, this time with UTF-8 text wrapped in a UText.
1108 UnicodeString utext = text; local
4122 UText utext=UTEXT_INITIALIZER; local
    [all...]
regextst.cpp 40 #include "unicode/utext.h"
116 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status);
124 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) {
179 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,UPRV_LENGTHOF(buf),text);logln("%s:%d: UText %s=\"%s\"", __FILE__, __LINE__, #text, buf);}
204 static UBool testUTextEqual(UText *uta, UText *utb) {
223 void RegexTest::assertUText(const char *expected, UText *actual, const char *file, int line) {
225 UText expectedText = UTEXT_INITIALIZER;
249 void RegexTest::assertUTextInvariant(const char *expected, UText *actual, const char *file, int line)
    [all...]
numfmtst.cpp 2927 UnicodeString utext = ctou(text); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 31 #include "unicode/utext.h"
97 static UBool equals_utf8_utext(const char *utf8, UText *utext) {
102 utext_setNativeIndex(utext, 0);
105 utc = utext_next32(utext);
118 static void test_assert_utext(const char *expected, UText *actual, const char *file, int line) {
137 * TEST_ASSERT_UTEXT(const char *expected, const UText *actual)
142 static UBool testUTextEqual(UText *uta, UText *utb) {
    [all...]
cloctst.c 588 static int32_t UCharsToEscapedAscii(const UChar* utext, int32_t len, char* resultChars, int32_t buflen) {
614 if(utext==NULL || resultChars==NULL || buflen<0) {
619 uc=utext[i];
    [all...]
  /external/skqp/modules/skshaper/src/
SkShaper_harfbuzz.cpp 37 #include <unicode/utext.h>
138 // We want an ubidi_setPara(UBiDi*, UText*, UBiDiLevel, UBiDiLevel*, UErrorCode*);
583 UText utf8UText = UTEXT_INITIALIZER;
585 std::unique_ptr<UText, SkFunctionWrapper<UText*, UText, utext_close>> autoClose(&utf8UText);
  /external/skia/modules/skshaper/src/
SkShaper_harfbuzz.cpp 38 #include <unicode/utext.h>
346 // We want an ubidi_setPara(UBiDi*, UText*, UBiDiLevel, UBiDiLevel*, UErrorCode*);
    [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp 54 #include <unicode/utext.h>
    [all...]

Completed in 1224 milliseconds