Searched refs:ucasemap_utf8ToUpper (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucasemap.h | 328 ucasemap_utf8ToUpper(const UCaseMap *csm,
|
D | urename.h | 579 #define ucasemap_utf8ToUpper U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8ToUpper) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cstrcase.c | 783 length=ucasemap_utf8ToUpper(csm, utf8Out, 2, utf8Out+1, 2, &errorCode); in TestUCaseMap() 791 length=ucasemap_utf8ToUpper(csm, utf8Out+1, 2, utf8Out, 2, &errorCode); in TestUCaseMap() 831 length=ucasemap_utf8ToUpper(csm, utf8Out, 2, aBc, 3, &errorCode); in TestUCaseMap() 839 length=ucasemap_utf8ToUpper(csm, utf8Out, 3, aBc, 3, &errorCode); in TestUCaseMap()
|
/external/icu/icu4c/source/common/ |
D | ucasemap.cpp | 518 ucasemap_utf8ToUpper(const UCaseMap *csm, in ucasemap_utf8ToUpper() function
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 414 utf8OutLength=ucasemap_utf8ToUpper(csm.getAlias(), in TestCasingImpl()
|