Lines Matching refs:getAlias
409 ucasemap_setBreakIterator(csm.getAlias(), clone, errorCode); in TestCasingImpl()
417 utf8OutLength=ucasemap_utf8ToLower(csm.getAlias(), in TestCasingImpl()
423 utf8OutLength=ucasemap_utf8ToUpper(csm.getAlias(), in TestCasingImpl()
430 utf8OutLength=ucasemap_utf8ToTitle(csm.getAlias(), in TestCasingImpl()
437 utf8OutLength=ucasemap_utf8FoldCase(csm.getAlias(), in TestCasingImpl()
527 TestCasingImpl(input, output, whichCase, iter.getAlias(), cLocaleID, options); in TestCasing()
630 length = ucasemap_utf8ToUpper(csm.getAlias(), dest8, UPRV_LENGTHOF(dest8), in assertGreekUpper()
648 length = ucasemap_utf8ToUpper(csm.getAlias(), dest8b, cap, in assertGreekUpper()
790 int32_t destLength = ucasemap_utf8ToTitle(csm.getAlias(), dest, 3, src, 1, errorCode); in TestMalformedUTF8()
798 destLength = ucasemap_utf8ToLower(csm.getAlias(), dest, 3, src, 1, errorCode); in TestMalformedUTF8()
806 destLength = ucasemap_utf8ToUpper(csm.getAlias(), dest, 3, src, 1, errorCode); in TestMalformedUTF8()
814 destLength = ucasemap_utf8FoldCase(csm.getAlias(), dest, 3, src, 1, errorCode); in TestMalformedUTF8()
832 …int32_t result = ucasemap_toTitle(csm.getAlias(), NULL, 0, data.getBuffer(), data.length(), errorC… in TestBufferOverflow()
843 …result = ucasemap_utf8ToTitle(csm.getAlias(), NULL, 0, data_utf8.c_str(), data_utf8.length(), erro… in TestBufferOverflow()