OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mQuote
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt2/util/
Util.cpp
362
if (!
mQuote
&& mTrailingSpace) {
375
mQuote
= !
mQuote
;
378
} else if (*current == u'\'' && !
mQuote
) {
384
if (!
mQuote
&& mTrailingSpace) {
395
} else if (!
mQuote
) {
Util.h
187
bool
mQuote
= false;
Completed in 412 milliseconds