Searched refs:utext (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucasemap_titlecase_brkiter.cpp | 50 UText utext=UTEXT_INITIALIZER; in ucasemap_utf8ToTitle() local 51 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode); in ucasemap_utf8ToTitle() 60 ubrk_setUText(csm->iter, &utext, pErrorCode); in ucasemap_utf8ToTitle() 65 utext_close(&utext); in ucasemap_utf8ToTitle()
|
D | Android.bp | 197 "utext.cpp",
|
D | Makefile.in | 98 …rcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.o ustrfmt.o ustrtrns.o ustr_wcs.o utext.o \
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 195 schriter utext uniset_core uniset_props 324 group: utext 325 utext.o 467 ucasemap breakiterator utext 937 uniset_closure utext uvector32 uvector64 ustack
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 1510 UnicodeString utext = text; in TestDictRules() local 1511 bi.setText(utext); in TestDictRules() 4550 UText utext=UTEXT_INITIALIZER; in TestBug5532() local 4551 utext_openUTF8(&utext, (const char *)utf8Data, -1, &status); in TestBug5532() 4557 bi->setText(&utext, status); in TestBug5532() 4570 utext_close(&utext); in TestBug5532()
|
D | regextst.cpp | 3350 static UBool utextOffsetToNative(UText *utext, int32_t unistrOffset, int32_t& nativeIndex) in utextOffsetToNative() argument 3353 UTEXT_SETNATIVEINDEX(utext, 0); in utextOffsetToNative() 3356 UChar32 c = UTEXT_NEXT32(utext); in utextOffsetToNative() 3364 nativeIndex = (int32_t)UTEXT_GETNATIVEINDEX(utext); in utextOffsetToNative()
|
D | numfmtst.cpp | 3148 UnicodeString utext = ctou(text); in expectParseCurrency() local 3149 LocalPointer<CurrencyAmount> currencyAmount(fmt.parseCurrency(utext, ppos)); in expectParseCurrency() 3151 errln(UnicodeString("Parse of ") + utext + " should have succeeded."); in expectParseCurrency()
|
/external/skia/third_party/icu/ |
D | BUILD.gn | 195 "../externals/icu/source/common/utext.cpp",
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 96 static UBool equals_utf8_utext(const char *utf8, UText *utext) { in equals_utf8_utext() argument 101 utext_setNativeIndex(utext, 0); in equals_utf8_utext() 104 utc = utext_next32(utext); in equals_utf8_utext()
|
D | cloctst.c | 583 static int32_t UCharsToEscapedAscii(const UChar* utext, int32_t len, char* resultChars, int32_t buf… in UCharsToEscapedAscii() argument 609 if(utext==NULL || resultChars==NULL || buflen<0) { in UCharsToEscapedAscii() 614 uc=utext[i]; in UCharsToEscapedAscii()
|