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

  /external/icu4c/common/
ucasemap.c 25 #include "unicode/utext.h"
274 UText utext=UTEXT_INITIALIZER; local
280 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
289 ubrk_setUText(csm->iter, &utext, pErrorCode);
291 utext_close(&utext);
401 utext_close(&utext);
Android.mk 90 ustrenum.cpp utext.cpp \
  /external/icu4c/test/intltest/
rbbitst.cpp 28 #include "unicode/utext.h"
1968 UnicodeString utext = text; local
4687 UText utext=UTEXT_INITIALIZER; local
    [all...]
regextst.cpp 143 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status);
151 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) {
227 #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);}
249 void RegexTest::assertUText(const char *expected, UText *actual, const char *file, int line) {
251 UText expectedText = UTEXT_INITIALIZER;
275 void RegexTest::assertUTextInvariant(const char *expected, UText *actual, const char *file, int line) {
277 UText expectedText = UTEXT_INITIALIZER;
317 static UText* regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode *status)
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 567 static int32_t UCharsToEscapedAscii(const UChar* utext, int32_t len, char* resultChars, int32_t buflen) {
593 if(utext==NULL || resultChars==NULL || buflen<0) {
598 uc=utext[i];
    [all...]

Completed in 443 milliseconds