Lines Matching refs:LATIN_MAX
138 if(c <= LATIN_MAX) { in compareUTF16()
169 if(c <= LATIN_MAX) { in compareUTF16()
225 if(c <= LATIN_MAX) { in compareUTF16()
250 if(c <= LATIN_MAX) { in compareUTF16()
301 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()
314 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()
354 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()
367 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()
410 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()
423 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()
801 U_ASSERT(c > LATIN_MAX); in lookup()
878 if(c2 > LATIN_MAX) { in nextPair()