Searched refs:utf8Out (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcstrcase.c726 char utf8Out[8]; local
766 length=ucasemap_utf8ToLower(csm, utf8Out, (int32_t)sizeof(utf8Out), aBc, -1, &errorCode);
767 if(U_FAILURE(errorCode) || length!=3 || 0!=strcmp(abc, utf8Out)) {
773 strcpy(utf8Out, defg);
774 length=ucasemap_utf8ToLower(csm, utf8Out, (int32_t)sizeof(utf8Out), aBc, -1, &errorCode);
775 if(errorCode!=U_PARSE_ERROR || 0!=strcmp(defg, utf8Out)) {
781 strcpy(utf8Out, aBc);
782 length=ucasemap_utf8ToUpper(csm, utf8Out,
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dstrcase.cpp391 char utf8In[100], utf8Out[100]; local
411 utf8Out, (int32_t)sizeof(utf8Out),
417 utf8Out, (int32_t)sizeof(utf8Out),
424 utf8Out, (int32_t)sizeof(utf8Out),
431 utf8Out, (int32_t)sizeof(utf8Out),
440 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLengt
[all...]

Completed in 63 milliseconds