Searched refs:sizeInBuff (Results 1 – 2 of 2) sorted by relevance
1004 int sizeInBuff = Utf8.encodeUtf8CodePoint(other, otherPos, comparisonBuffer); in compareCharSequence() local1006 if (sizeInBuff == 0) { in compareCharSequence()1012 for (int i = 0; i < sizeInBuff; i++) { in compareCharSequence()1023 otherPos += sizeInBuff == 4 ? 2 : 1; in compareCharSequence()
889 val sizeInBuff = Utf8.encodeUtf8CodePoint(other, otherPos, comparisonBuffer) in toString() constant890 if (sizeInBuff == 0) { in toString()893 for (i in 0 until sizeInBuff) { in toString()901 otherPos += if (sizeInBuff == 4) 2 else 1 in toString()