Lines Matching refs:suffixes
793 // Flatten prefixes and nested suffixes (contractions)
881 UCharsTrie::Iterator suffixes(p + 2, 0, errorCode);
882 while(suffixes.next(errorCode)) {
883 context.append(suffixes.getString());
884 ce32 = copyFromBaseCE32(c, (uint32_t)suffixes.getValue(), TRUE, errorCode);
1364 // Collect all contraction suffixes for one prefix.
1393 // When the prefix matches but none of the prefix-specific suffixes,
1413 // Add all of the non-empty suffixes into the contraction trie.