Home
last modified time | relevance | path

Searched refs:utf8OutLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp391 int32_t utf8InLength, utf8OutLength, resultLength; in TestCasingImpl() local
408 utf8OutLength=ucasemap_utf8ToLower(csm.getAlias(), in TestCasingImpl()
414 utf8OutLength=ucasemap_utf8ToUpper(csm.getAlias(), in TestCasingImpl()
421 utf8OutLength=ucasemap_utf8ToTitle(csm.getAlias(), in TestCasingImpl()
428 utf8OutLength=ucasemap_utf8FoldCase(csm.getAlias(), in TestCasingImpl()
434 utf8OutLength=0; in TestCasingImpl()
437 buffer=result.getBuffer(utf8OutLength); in TestCasingImpl()
438 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode); in TestCasingImpl()