Searched defs:fForwardsPartialTrie (Results 1 - 1 of 1) sorted by relevance

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

Completed in 83 milliseconds