• Home
  • Raw
  • Download

Lines Matching refs:leftLength

110                                  const UChar *left, int32_t leftLength,  in compareUTF16()  argument
133 if(leftIndex == leftLength) { in compareUTF16()
157 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
220 if(leftIndex == leftLength) { in compareUTF16()
239 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
296 if(leftIndex == leftLength) { in compareUTF16()
303 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
349 if(leftIndex == leftLength) { in compareUTF16()
356 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
405 if(leftIndex == leftLength) { in compareUTF16()
412 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
449 const uint8_t *left, int32_t leftLength, in compareUTF8() argument
472 if(leftIndex == leftLength) { in compareUTF8()
485 } else if(c <= LATIN_MAX_UTF8_LEAD && 0xc2 <= c && leftIndex != leftLength && in compareUTF8()
493 leftPair = lookupUTF8(table, c, left, leftIndex, leftLength); in compareUTF8()
502 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()
571 if(leftIndex == leftLength) { in compareUTF8()
590 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()
647 if(leftIndex == leftLength) { in compareUTF8()
654 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()
700 if(leftIndex == leftLength) { in compareUTF8()
707 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()
756 if(leftIndex == leftLength) { in compareUTF8()
763 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength); in compareUTF8()