Lines Matching refs:unicodeLength
133 cc.unicodeLength=unicode.length(); in TestToUnicode()
254 cc.unicodeLength=unicode.length(); in TestFromUnicode()
1197 if(cc.unicodeLength!=resultLength) { in checkToUnicode()
1199 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode()
1201 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode()
1221 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s); in checkToUnicode()
1223 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s); in checkToUnicode()
1244 unicodeString, cc.unicodeLength, in checkToUnicode()
1375 unicodeLimit=source+cc.unicodeLength; in stepFromUnicode()
1506 cc.unicode, cc.unicodeLength, in FromUnicodeCase()
1591 cc.unicode, cc.unicodeLength, in FromUnicodeCase()
1607 cc.unicode, cc.unicodeLength, in FromUnicodeCase()
1671 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString); in checkFromUnicode()
1694 unicodeString, cc.unicodeLength, in checkFromUnicode()