HomeSort by relevance Sort by last modified time
    Searched refs:LATIN_MAX (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 121 if(c <= LATIN_MAX) {
152 if(c <= LATIN_MAX) {
208 if(c <= LATIN_MAX) {
233 if(c <= LATIN_MAX) {
284 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
297 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
337 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
350 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
393 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
406 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c)
    [all...]
collationfastlatin.h 36 static const int32_t LATIN_MAX = 0x17f;
37 static const int32_t LATIN_LIMIT = LATIN_MAX + 1;
39 static const int32_t LATIN_MAX_UTF8_LEAD = 0xc5; // UTF-8 lead byte of LATIN_MAX
190 if(c <= LATIN_MAX) {
rulebasedcollator.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 179 milliseconds