Home
last modified time | relevance | path

Searched refs:ucasemap_utf8ToUpper (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Ducasemap.h290 ucasemap_utf8ToUpper(const UCaseMap *csm,
Durename.h580 #define ucasemap_utf8ToUpper U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8ToUpper) macro
/external/icu/icu4c/source/test/cintltst/
Dcstrcase.c787 length=ucasemap_utf8ToUpper(csm, utf8Out, 2, utf8Out+1, 2, &errorCode); in TestUCaseMap()
795 length=ucasemap_utf8ToUpper(csm, utf8Out+1, 2, utf8Out, 2, &errorCode); in TestUCaseMap()
835 length=ucasemap_utf8ToUpper(csm, utf8Out, 2, aBc, 3, &errorCode); in TestUCaseMap()
843 length=ucasemap_utf8ToUpper(csm, utf8Out, 3, aBc, 3, &errorCode); in TestUCaseMap()
/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp484 utf8OutLength=ucasemap_utf8ToUpper(csm.getAlias(), in TestCasingImpl()
745 length = ucasemap_utf8ToUpper(csm.getAlias(), dest8, UPRV_LENGTHOF(dest8), in assertGreekUpper()
763 length = ucasemap_utf8ToUpper(csm.getAlias(), dest8b, cap, in assertGreekUpper()
869 destLength = ucasemap_utf8ToUpper(csm.getAlias(), dest, 3, src, 1, errorCode); in TestMalformedUTF8()
/external/icu/icu4c/source/common/
Ducasemap.cpp686 ucasemap_utf8ToUpper(const UCaseMap *csm, in ucasemap_utf8ToUpper() function