Searched refs:mLastDepth (Results 1 – 2 of 2) sorted by relevance
23 : mImpl(nullptr), mLastDepth(0) { in Pseudolocalizer()42 size_t depth = mLastDepth; in text()64 if (mLastDepth != depth || pos == length - 1) { in text()65 bool pseudo = ((mLastDepth % 2) == 0); in text()67 if (!pseudo || depth == mLastDepth) { in text()81 if (pseudo && depth < mLastDepth) { // End of message in text()83 } else if (!pseudo && depth > mLastDepth) { // Start of message in text()87 mLastDepth = depth; in text()
54 size_t mLastDepth; variable