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

  /external/icu/icu4c/source/common/
ucasemap_titlecase_brkiter.cpp 48 UText utext=UTEXT_INITIALIZER; local
49 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
58 ubrk_setUText(csm->iter, &utext, pErrorCode);
63 utext_close(&utext);
Android.mk 196 utext.cpp \
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 30 #include "unicode/utext.h"
362 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) {
402 UText *tstr = NULL;
785 // Note: with the switch to UText, there is no way to restrict the
851 UText *textToBreak; // UText, could be UTF8 or UTF16.
852 UVector32 *textMap; // Map from UTF-16 dataToBreak offsets to UText offsets.
1560 UnicodeString utext = text; local
4417 UText utext=UTEXT_INITIALIZER; local
    [all...]
regextst.cpp 38 #include "unicode/utext.h"
175 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status);
183 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) {
238 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,sizeof(buf)/sizeof(buf[0]),text);logln("%s:%d: UText %s=\"%s\"", __FILE__, __LINE__, #text, buf);}
263 static UBool testUTextEqual(UText *uta, UText *utb) {
282 void RegexTest::assertUText(const char *expected, UText *actual, const char *file, int line) {
284 UText expectedText = UTEXT_INITIALIZER;
308 void RegexTest::assertUTextInvariant(const char *expected, UText *actual, const char *file, int line)
    [all...]
numfmtst.cpp 3146 UnicodeString utext = ctou(text); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 29 #include "unicode/utext.h"
94 static UBool equals_utf8_utext(const char *utf8, UText *utext) {
99 utext_setNativeIndex(utext, 0);
102 utc = utext_next32(utext);
115 static void test_assert_utext(const char *expected, UText *actual, const char *file, int line) {
134 * TEST_ASSERT_UTEXT(const char *expected, const UText *actual)
139 static UBool testUTextEqual(UText *uta, UText *utb) {
    [all...]
cloctst.c 578 static int32_t UCharsToEscapedAscii(const UChar* utext, int32_t len, char* resultChars, int32_t buflen) {
604 if(utext==NULL || resultChars==NULL || buflen<0) {
609 uc=utext[i];
    [all...]

Completed in 158 milliseconds