HomeSort by relevance Sort by last modified time
    Searched refs:cachedBoundaries (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
brktrans.h 87 LocalPointer<UVector32> cachedBoundaries;
brktrans.cpp 42 cachedBI(NULL), cachedBoundaries(NULL), fInsertion(SPACE) {
56 Transliterator(o), cachedBI(NULL), cachedBoundaries(NULL), fInsertion(o.fInsertion) {
80 boundaries.moveFrom(nonConstThis->cachedBoundaries);
148 if (nonConstThis->cachedBoundaries.isNull()) {
149 nonConstThis->cachedBoundaries.moveFrom(boundaries);

Completed in 64 milliseconds