Lines Matching refs:unicodeLength
132 cc.unicodeLength=unicode.length(); in TestToUnicode()
253 cc.unicodeLength=unicode.length(); in TestFromUnicode()
1125 if(cc.unicodeLength!=resultLength) { in checkToUnicode()
1127 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode()
1129 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode()
1149 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s); in checkToUnicode()
1151 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s); in checkToUnicode()
1172 unicodeString, cc.unicodeLength, in checkToUnicode()
1303 unicodeLimit=source+cc.unicodeLength; in stepFromUnicode()
1434 cc.unicode, cc.unicodeLength, in FromUnicodeCase()
1519 cc.unicode, cc.unicodeLength, in FromUnicodeCase()
1535 cc.unicode, cc.unicodeLength, in FromUnicodeCase()
1599 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString); in checkFromUnicode()
1622 unicodeString, cc.unicodeLength, in checkFromUnicode()