Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp470 int32_t utf8InLength, utf8OutLength, resultLength; in TestCasingImpl() local
487 utf8OutLength=ucasemap_utf8ToLower(csm.getAlias(), in TestCasingImpl()
493 utf8OutLength=ucasemap_utf8ToUpper(csm.getAlias(), in TestCasingImpl()
500 utf8OutLength=ucasemap_utf8ToTitle(csm.getAlias(), in TestCasingImpl()
507 utf8OutLength=ucasemap_utf8FoldCase(csm.getAlias(), in TestCasingImpl()
513 utf8OutLength=0; in TestCasingImpl()
516 buffer=result.getBuffer(utf8OutLength); in TestCasingImpl()
517 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode); in TestCasingImpl()

Completed in 4 milliseconds