Lines Matching refs:offsetsLength
92 int32_t offsetsLength; in TestToUnicode() local
134 offsetsLength=0; in TestToUnicode()
135 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); in TestToUnicode()
136 if(offsetsLength==0) { in TestToUnicode()
138 } else if(offsetsLength!=unicode.length()) { in TestToUnicode()
140 i, unicode.length(), offsetsLength); in TestToUnicode()
213 int32_t offsetsLength, index; in TestFromUnicode() local
256 offsetsLength=0; in TestFromUnicode()
257 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); in TestFromUnicode()
258 if(offsetsLength==0) { in TestFromUnicode()
260 } else if(offsetsLength!=cc.bytesLength) { in TestFromUnicode()
262 i, cc.bytesLength, offsetsLength); in TestFromUnicode()