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