Searched refs:utf8Out (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cstrcase.c | 730 char utf8Out[8]; in TestUCaseMap() local 774 length=ucasemap_utf8ToLower(csm, utf8Out, (int32_t)sizeof(utf8Out), aBc, -1, &errorCode); in TestUCaseMap() 775 if(U_FAILURE(errorCode) || length!=3 || 0!=strcmp(abc, utf8Out)) { in TestUCaseMap() 781 strcpy(utf8Out, defg); in TestUCaseMap() 782 length=ucasemap_utf8ToLower(csm, utf8Out, (int32_t)sizeof(utf8Out), aBc, -1, &errorCode); in TestUCaseMap() 783 if(errorCode!=U_PARSE_ERROR || 0!=strcmp(defg, utf8Out)) { in TestUCaseMap() 789 strcpy(utf8Out, aBc); in TestUCaseMap() 790 length=ucasemap_utf8ToUpper(csm, utf8Out, in TestUCaseMap() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | strcase.cpp | 469 char utf8In[100], utf8Out[100]; in TestCasingImpl() local 488 utf8Out, (int32_t)sizeof(utf8Out), in TestCasingImpl() 494 utf8Out, (int32_t)sizeof(utf8Out), in TestCasingImpl() 501 utf8Out, (int32_t)sizeof(utf8Out), in TestCasingImpl() 508 utf8Out, (int32_t)sizeof(utf8Out), in TestCasingImpl() 517 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLengt in TestCasingImpl() [all...] |
Completed in 3 milliseconds