Home
last modified time | relevance | path

Searched refs:fForwardsPartialTrie (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dfilteredbrk.cpp141 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { } in SimpleFilteredSentenceBreakData()
146 LocalPointer<UCharsTrie> fForwardsPartialTrie; // Has ".a" for "a.M." member in SimpleFilteredSentenceBreakData
307 && fData->fForwardsPartialTrie.isValid()) { // make sure there's a forward trie in breakExceptionAt()
311 fData->fForwardsPartialTrie->reset(); in breakExceptionAt()
316 USTRINGTRIE_HAS_NEXT(rfwd=fData->fForwardsPartialTrie->nextForCodePoint(uch))) { in breakExceptionAt()