Searched refs:backwardsTrie (Results 1 – 3 of 3) sorted by relevance
34 private CharsTrie backwardsTrie; // i.e. ".srM" for Mrs. field in SimpleFilteredSentenceBreakIterator46 CharsTrie backwardsTrie) { in SimpleFilteredSentenceBreakIterator() argument49 this.backwardsTrie = backwardsTrie; in SimpleFilteredSentenceBreakIterator()74 backwardsTrie.reset(); in breakExceptionAt()89 ((r = backwardsTrie.nextForCodePoint(uch)).hasNext())) {// more in the trie in breakExceptionAt()92 bestValue = backwardsTrie.getValue(); in breakExceptionAt()97 bestValue = backwardsTrie.getValue(); in breakExceptionAt()132 backwardsTrie == null) { // .. no backwards table loaded == no exceptions in internalNext()162 backwardsTrie == null) { // .. no backwards table loaded == no exceptions in internalPrev()191 …gate.equals(other.delegate) && text.equals(other.text) && backwardsTrie.equals(other.backwardsTrie) in equals()[all …]
32 private CharsTrie backwardsTrie; // i.e. ".srM" for Mrs. field in SimpleFilteredSentenceBreakIterator44 CharsTrie backwardsTrie) { in SimpleFilteredSentenceBreakIterator() argument47 this.backwardsTrie = backwardsTrie; in SimpleFilteredSentenceBreakIterator()72 backwardsTrie.reset(); in breakExceptionAt()87 ((r = backwardsTrie.nextForCodePoint(uch)).hasNext())) {// more in the trie in breakExceptionAt()90 bestValue = backwardsTrie.getValue(); in breakExceptionAt()95 bestValue = backwardsTrie.getValue(); in breakExceptionAt()130 backwardsTrie == null) { // .. no backwards table loaded == no exceptions in internalNext()160 backwardsTrie == null) { // .. no backwards table loaded == no exceptions in internalPrev()189 …gate.equals(other.delegate) && text.equals(other.text) && backwardsTrie.equals(other.backwardsTrie) in equals()[all …]
582 LocalPointer<UCharsTrie> backwardsTrie; // i.e. ".srM" for Mrs. in build() local662 backwardsTrie.adoptInstead(builder->build(USTRINGTRIE_BUILD_FAST, status)); in build()677 …edSentenceBreakIterator(adopt.orphan(), forwardsPartialTrie.orphan(), backwardsTrie.orphan(), stat… in build()