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

/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp392 int32_t utf8InLength, utf8OutLength, resultLength; local
409 utf8OutLength=ucasemap_utf8ToLower(csm.getAlias(),
415 utf8OutLength=ucasemap_utf8ToUpper(csm.getAlias(),
422 utf8OutLength=ucasemap_utf8ToTitle(csm.getAlias(),
429 utf8OutLength=ucasemap_utf8FoldCase(csm.getAlias(),
435 utf8OutLength=0;
438 buffer=result.getBuffer(utf8OutLength);
439 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode);

Completed in 56 milliseconds