• Home
  • Raw
  • Download

Lines Matching refs:leftLength

108                                  const UChar *left, int32_t leftLength,  in compareUTF16()  argument
131 if(leftIndex == leftLength) { in compareUTF16()
155 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
218 if(leftIndex == leftLength) { in compareUTF16()
237 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
294 if(leftIndex == leftLength) { in compareUTF16()
301 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
347 if(leftIndex == leftLength) { in compareUTF16()
354 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
403 if(leftIndex == leftLength) { in compareUTF16()
410 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
447 const uint8_t *left, int32_t leftLength, in compareUTF8() argument
470 if(leftIndex == leftLength) { in compareUTF8()
483 } else if(c <= LATIN_MAX_UTF8_LEAD && 0xc2 <= c && leftIndex != leftLength && in compareUTF8()
491 leftPair = lookupUTF8(table, c, left, leftIndex, leftLength); in compareUTF8()
500 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()
569 if(leftIndex == leftLength) { in compareUTF8()
588 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()
645 if(leftIndex == leftLength) { in compareUTF8()
652 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()
698 if(leftIndex == leftLength) { in compareUTF8()
705 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()
754 if(leftIndex == leftLength) { in compareUTF8()
761 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()