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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleWin.cpp267 bool lastQuoteCanBeLiteral = false; local
274 if (lastQuoteCanBeLiteral && format[i - 1] == '\'') {
276 lastQuoteCanBeLiteral = false;
278 lastQuoteCanBeLiteral = true;
288 if (lastQuoteCanBeLiteral && i > 0 && format[i - 1] == '\'') {
290 lastQuoteCanBeLiteral = false;
292 lastQuoteCanBeLiteral = true;

Completed in 1082 milliseconds