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

/external/icu4c/test/intltest/
H A Dstrcase.cpp395 int32_t utf8InLength, utf8OutLength, resultLength; local
413 utf8OutLength=ucasemap_utf8ToLower(csm.getAlias(),
419 utf8OutLength=ucasemap_utf8ToUpper(csm.getAlias(),
426 utf8OutLength=ucasemap_utf8ToTitle(csm.getAlias(),
433 utf8OutLength=ucasemap_utf8FoldCase(csm.getAlias(),
439 utf8OutLength=0;
442 buffer=result.getBuffer(utf8OutLength);
443 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode);

Completed in 31 milliseconds