Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DUtil.cpp317 if (mLastCharWasEscape) { in append()
359 mLastCharWasEscape = false; in append()
394 mLastCharWasEscape = true; in append()
DUtil.h189 bool mLastCharWasEscape = false; variable