Home
last modified time | relevance | path

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

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