Home | History | Annotate | Download | only in i18n

Lines Matching refs:suffixes

323                     // All contraction suffixes start with characters with lccc!=0
337 // All contraction suffixes start with characters with lccc!=0
499 // and therefore need not remember the suffixes state from before a mismatch for retrying.
501 UCharsTrie suffixes(p);
502 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); }
503 UStringTrieResult match = suffixes.firstForCodePoint(c);
507 ce32 = (uint32_t)suffixes.getValue();
511 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); }
535 d, suffixes, ce32, lookAhead, c, errorCode);
548 match = suffixes.nextForCodePoint(c);
556 const CollationData *d, UCharsTrie &suffixes, uint32_t ce32,
606 suffixes.reset();
610 suffixes.firstForCodePoint(nextCodePoint(errorCode));
612 suffixes.nextForCodePoint(nextCodePoint(errorCode));
617 skipped->saveTrieState(suffixes);
620 skipped->resetToTrieState(suffixes);
630 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) {
633 ce32 = (uint32_t)suffixes.getValue();
637 skipped->saveTrieState(suffixes);
641 skipped->resetToTrieState(suffixes);