Searched refs:mQuote (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/util/
H A DUtil.cpp362 if (!mQuote && mTrailingSpace) {
375 mQuote = !mQuote;
378 } else if (*current == u'\'' && !mQuote) {
384 if (!mQuote && mTrailingSpace) {
395 } else if (!mQuote) {
H A DUtil.h187 bool mQuote = false; member in class:StringBuilder

Completed in 279 milliseconds