• Home
  • Raw
  • Download

Lines Matching refs:resultLength

996     int32_t resultLength;  in ToUnicodeCase()  local
1034 resultLength=stepToUnicode(cc, cnv.getAlias(), in ToUnicodeCase()
1040 result, resultLength, in ToUnicodeCase()
1048 if (cc.offsets != NULL && resultOffsets[resultLength] != -1) { in ToUnicodeCase()
1050 cc.caseNr, cc.charset, resultLength); in ToUnicodeCase()
1052 if (result[resultLength] != (UChar)-1) { in ToUnicodeCase()
1054 cc.caseNr, cc.charset, resultLength); in ToUnicodeCase()
1064 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1070 result, resultLength, in ToUnicodeCase()
1080 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1089 result, resultLength, in ToUnicodeCase()
1101 const UChar *result, int32_t resultLength, in checkToUnicode() argument
1123 if(cc.unicodeLength!=resultLength) { in checkToUnicode()
1148 s=printUnicode(result, resultLength, resultString=s); in checkToUnicode()
1150 s=printOffsets(resultOffsets, resultLength, resultOffsetsString=s); in checkToUnicode()
1171 resultString, resultLength, in checkToUnicode()
1443 int32_t resultLength; in FromUnicodeCase() local
1463 resultLength=stepFromUnicode(cc, cnv, in FromUnicodeCase()
1469 (uint8_t *)result, resultLength, in FromUnicodeCase()
1477 if (resultOffsets[resultLength] != -1) { in FromUnicodeCase()
1479 cc.caseNr, cc.charset, resultLength); in FromUnicodeCase()
1481 if (result[resultLength] != (char)-1) { in FromUnicodeCase()
1483 cc.caseNr, cc.charset, resultLength); in FromUnicodeCase()
1492 resultLength=stepFromUTF8(cc, utf8Cnv, cnv, in FromUnicodeCase()
1497 (uint8_t *)result, resultLength, in FromUnicodeCase()
1515 resultLength=ucnv_fromUChars(cnv, in FromUnicodeCase()
1521 (uint8_t *)result, resultLength, in FromUnicodeCase()
1531 resultLength=ucnv_fromUChars(cnv, in FromUnicodeCase()
1540 (uint8_t *)result, resultLength, in FromUnicodeCase()
1552 const uint8_t *result, int32_t resultLength, in checkFromUnicode() argument
1574 if(cc.bytesLength!=resultLength) { in checkFromUnicode()
1599 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()
1601 s=printOffsets(resultOffsets, resultLength, resultOffsetsString=s); in checkFromUnicode()
1622 resultString, resultLength, in checkFromUnicode()