Searched refs:utf8InLength (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | strcase.cpp | 392 int32_t utf8InLength, utf8OutLength, resultLength; in TestCasingImpl() local 406 …u_strToUTF8(utf8In, (int32_t)sizeof(utf8In), &utf8InLength, input.getBuffer(), input.length(), err… in TestCasingImpl() 412 utf8In, utf8InLength, errorCode); in TestCasingImpl() 418 utf8In, utf8InLength, errorCode); in TestCasingImpl() 425 utf8In, utf8InLength, errorCode); in TestCasingImpl() 432 utf8In, utf8InLength, errorCode); in TestCasingImpl()
|