• Home
  • Raw
  • Download

Lines Matching refs:getAlias

458 …  ucnv_getUnicodeSet(cnv.getAlias(), cnvSetPtr->toUSet(), (UConverterUnicodeSet)which, &errorCode);  in TestGetUnicodeSet()
590 … ucnv_setFromUCallBack(cnv.getAlias(), getUnicodeSetCallback, &expected, NULL, NULL, &errorCode); in TestGetUnicodeSet2()
598 ucnv_setFallback(cnv.getAlias(), TRUE); in TestGetUnicodeSet2()
606 …ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL,… in TestGetUnicodeSet2()
617 ucnv_getUnicodeSet(cnv.getAlias(), set.toUSet(), which, &errorCode); in TestGetUnicodeSet2()
700 … ucnv_setFromUCallBack(cnv.getAlias(), UCNV_FROM_U_CALLBACK_SUBSTITUTE, NULL, NULL, NULL, &status); in TestDefaultIgnorableCallback()
714 …outputLength = ucnv_fromUChars(cnv.getAlias(), output, 10, UnicodeString::fromUTF32(input, 1).getT… in TestDefaultIgnorableCallback()
732 …outputLength = ucnv_fromUChars(cnv.getAlias(), output, 10, UnicodeString::fromUTF32(input, 1).getT… in TestDefaultIgnorableCallback()
758 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow()
768 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow()
780 ucnv_reset(cnv1.getAlias()); in TestUTF8ToUTF8Overflow()
781 ucnv_reset(cnv2.getAlias()); in TestUTF8ToUTF8Overflow()
791 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow()
801 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow()
813 ucnv_reset(cnv1.getAlias()); in TestUTF8ToUTF8Overflow()
814 ucnv_reset(cnv2.getAlias()); in TestUTF8ToUTF8Overflow()
822 …ucnv_setToUCallBack(cnv1.getAlias(), UCNV_TO_U_CALLBACK_STOP, nullptr, nullptr, nullptr, errorCode… in TestUTF8ToUTF8Overflow()
828 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow()
836 ucnv_getInvalidChars(cnv1.getAlias(), errorBytes, &errorLength, errorCode); in TestUTF8ToUTF8Overflow()
844 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow()
853 ucnv_getInvalidChars(cnv1.getAlias(), errorBytes, &errorLength, errorCode); in TestUTF8ToUTF8Overflow()
1171 ucnv_setToUCallBack(cnv.getAlias(), callback, option, NULL, NULL, errorCode); in ToUnicodeCase()
1219 resultLength=stepToUnicode(cc, cnv.getAlias(), in ToUnicodeCase()
1224 cc, cnv.getAlias(), steps[i].name, in ToUnicodeCase()
1231 ucnv_resetToUnicode(cnv.getAlias()); in ToUnicodeCase()
1249 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1254 cc, cnv.getAlias(), "toUChars", in ToUnicodeCase()
1265 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1273 cc, cnv.getAlias(), "preflight toUChars", in ToUnicodeCase()