Searched refs:mLastCharWasEscape (Results 1 – 2 of 2) sorted by relevance
317 if (mLastCharWasEscape) { in append()359 mLastCharWasEscape = false; in append()394 mLastCharWasEscape = true; in append()
189 bool mLastCharWasEscape = false; variable