Lines Matching refs:suffixes
501 UCharsTrie suffixes(p); in nextCE32FromContraction() local
502 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction()
503 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
507 ce32 = (uint32_t)suffixes.getValue(); in nextCE32FromContraction()
511 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction()
535 d, suffixes, ce32, lookAhead, c, errorCode); in nextCE32FromContraction()
548 match = suffixes.nextForCodePoint(c); in nextCE32FromContraction()
556 const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, in nextCE32FromDiscontiguousContraction() argument
606 suffixes.reset(); in nextCE32FromDiscontiguousContraction()
610 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
612 suffixes.nextForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
617 skipped->saveTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
620 skipped->resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
630 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction()
633 ce32 = (uint32_t)suffixes.getValue(); in nextCE32FromDiscontiguousContraction()
637 skipped->saveTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
641 skipped->resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()