• Home
  • Raw
  • Download

Lines Matching refs:suffixes

503     UCharsTrie suffixes(p);  in nextCE32FromContraction()  local
504 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction()
505 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
509 ce32 = (uint32_t)suffixes.getValue(); in nextCE32FromContraction()
513 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction()
537 d, suffixes, ce32, lookAhead, c, errorCode); in nextCE32FromContraction()
550 match = suffixes.nextForCodePoint(c); in nextCE32FromContraction()
558 const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, in nextCE32FromDiscontiguousContraction() argument
608 suffixes.reset(); in nextCE32FromDiscontiguousContraction()
612 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
614 suffixes.nextForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
619 skipped->saveTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
622 skipped->resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
632 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction()
635 ce32 = (uint32_t)suffixes.getValue(); in nextCE32FromDiscontiguousContraction()
639 skipped->saveTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
643 skipped->resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()