Lines Matching refs:resultLength
1143 int32_t resultLength; in ToUnicodeCase() local
1181 resultLength=stepToUnicode(cc, cnv.getAlias(), in ToUnicodeCase()
1187 result, resultLength, in ToUnicodeCase()
1195 if (cc.offsets != NULL && resultOffsets[resultLength] != -1) { in ToUnicodeCase()
1197 cc.caseNr, cc.charset, resultLength); in ToUnicodeCase()
1199 if (result[resultLength] != (UChar)-1) { in ToUnicodeCase()
1201 cc.caseNr, cc.charset, resultLength); in ToUnicodeCase()
1211 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1217 result, resultLength, in ToUnicodeCase()
1227 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1236 result, resultLength, in ToUnicodeCase()
1248 const UChar *result, int32_t resultLength, in checkToUnicode() argument
1270 if(cc.unicodeLength!=resultLength) { in checkToUnicode()
1295 s=printUnicode(result, resultLength, resultString=s); in checkToUnicode()
1297 s=printOffsets(resultOffsets, resultLength, resultOffsetsString=s); in checkToUnicode()
1318 resultString, resultLength, in checkToUnicode()
1590 int32_t resultLength; in FromUnicodeCase() local
1610 resultLength=stepFromUnicode(cc, cnv, in FromUnicodeCase()
1616 (uint8_t *)result, resultLength, in FromUnicodeCase()
1624 if (resultOffsets[resultLength] != -1) { in FromUnicodeCase()
1626 cc.caseNr, cc.charset, resultLength); in FromUnicodeCase()
1628 if (result[resultLength] != (char)-1) { in FromUnicodeCase()
1630 cc.caseNr, cc.charset, resultLength); in FromUnicodeCase()
1639 resultLength=stepFromUTF8(cc, utf8Cnv, cnv, in FromUnicodeCase()
1644 (uint8_t *)result, resultLength, in FromUnicodeCase()
1662 resultLength=ucnv_fromUChars(cnv, in FromUnicodeCase()
1668 (uint8_t *)result, resultLength, in FromUnicodeCase()
1678 resultLength=ucnv_fromUChars(cnv, in FromUnicodeCase()
1687 (uint8_t *)result, resultLength, in FromUnicodeCase()
1699 const uint8_t *result, int32_t resultLength, in checkFromUnicode() argument
1721 if(cc.bytesLength!=resultLength) { in checkFromUnicode()
1746 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()
1748 s=printOffsets(resultOffsets, resultLength, resultOffsetsString=s); in checkFromUnicode()
1769 resultString, resultLength, in checkFromUnicode()