Lines Matching refs:offsetsLength
93 int32_t offsetsLength; in TestToUnicode() local
135 offsetsLength=0; in TestToUnicode()
136 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); in TestToUnicode()
137 if(offsetsLength==0) { in TestToUnicode()
139 } else if(offsetsLength!=unicode.length()) { in TestToUnicode()
141 i, unicode.length(), offsetsLength); in TestToUnicode()
214 int32_t offsetsLength, index; in TestFromUnicode() local
257 offsetsLength=0; in TestFromUnicode()
258 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); in TestFromUnicode()
259 if(offsetsLength==0) { in TestFromUnicode()
261 } else if(offsetsLength!=cc.bytesLength) { in TestFromUnicode()
263 i, cc.bytesLength, offsetsLength); in TestFromUnicode()