Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp465 int32_t utf8InLength, utf8OutLength, resultLength; in TestCasingImpl() local
482 utf8OutLength=ucasemap_utf8ToLower(csm.getAlias(), in TestCasingImpl()
488 utf8OutLength=ucasemap_utf8ToUpper(csm.getAlias(), in TestCasingImpl()
495 utf8OutLength=ucasemap_utf8ToTitle(csm.getAlias(), in TestCasingImpl()
502 utf8OutLength=ucasemap_utf8FoldCase(csm.getAlias(), in TestCasingImpl()
508 utf8OutLength=0; in TestCasingImpl()
511 buffer=result.getBuffer(utf8OutLength); in TestCasingImpl()
512 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode); in TestCasingImpl()