Lines Matching refs:resultLength

1072     int32_t resultLength;  in ToUnicodeCase()  local
1110 resultLength=stepToUnicode(cc, cnv.getAlias(), in ToUnicodeCase()
1116 result, resultLength, in ToUnicodeCase()
1124 if (cc.offsets != NULL && resultOffsets[resultLength] != -1) { in ToUnicodeCase()
1126 cc.caseNr, cc.charset, resultLength); in ToUnicodeCase()
1128 if (result[resultLength] != (UChar)-1) { in ToUnicodeCase()
1130 cc.caseNr, cc.charset, resultLength); in ToUnicodeCase()
1140 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1146 result, resultLength, in ToUnicodeCase()
1156 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1165 result, resultLength, in ToUnicodeCase()
1177 const UChar *result, int32_t resultLength, in checkToUnicode() argument
1199 if(cc.unicodeLength!=resultLength) { in checkToUnicode()
1224 s=printUnicode(result, resultLength, resultString=s); in checkToUnicode()
1226 s=printOffsets(resultOffsets, resultLength, resultOffsetsString=s); in checkToUnicode()
1247 resultString, resultLength, in checkToUnicode()
1519 int32_t resultLength; in FromUnicodeCase() local
1539 resultLength=stepFromUnicode(cc, cnv, in FromUnicodeCase()
1545 (uint8_t *)result, resultLength, in FromUnicodeCase()
1553 if (resultOffsets[resultLength] != -1) { in FromUnicodeCase()
1555 cc.caseNr, cc.charset, resultLength); in FromUnicodeCase()
1557 if (result[resultLength] != (char)-1) { in FromUnicodeCase()
1559 cc.caseNr, cc.charset, resultLength); in FromUnicodeCase()
1568 resultLength=stepFromUTF8(cc, utf8Cnv, cnv, in FromUnicodeCase()
1573 (uint8_t *)result, resultLength, in FromUnicodeCase()
1591 resultLength=ucnv_fromUChars(cnv, in FromUnicodeCase()
1597 (uint8_t *)result, resultLength, in FromUnicodeCase()
1607 resultLength=ucnv_fromUChars(cnv, in FromUnicodeCase()
1616 (uint8_t *)result, resultLength, in FromUnicodeCase()
1628 const uint8_t *result, int32_t resultLength, in checkFromUnicode() argument
1650 if(cc.bytesLength!=resultLength) { in checkFromUnicode()
1675 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()
1677 s=printOffsets(resultOffsets, resultLength, resultOffsetsString=s); in checkFromUnicode()
1698 resultString, resultLength, in checkFromUnicode()