Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dbrktrans.cpp44 cachedBI(NULL), cachedBoundaries(NULL), fInsertion(SPACE) { in BreakTransliterator()
58 Transliterator(o), cachedBI(NULL), cachedBoundaries(NULL), fInsertion(o.fInsertion) { in BreakTransliterator()
82 boundaries.moveFrom(nonConstThis->cachedBoundaries); in handleTransliterate()
150 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
151 nonConstThis->cachedBoundaries.moveFrom(boundaries); in handleTransliterate()
Dbrktrans.h89 LocalPointer<UVector32> cachedBoundaries; variable