Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dlocale_win.cc208 bool last_quote_can_be_literal = false; in ConvertWindowsDateTimeFormat() local
215 if (last_quote_can_be_literal && format[i - 1] == '\'') { in ConvertWindowsDateTimeFormat()
217 last_quote_can_be_literal = false; in ConvertWindowsDateTimeFormat()
219 last_quote_can_be_literal = true; in ConvertWindowsDateTimeFormat()
229 if (last_quote_can_be_literal && i > 0 && format[i - 1] == '\'') { in ConvertWindowsDateTimeFormat()
231 last_quote_can_be_literal = false; in ConvertWindowsDateTimeFormat()
233 last_quote_can_be_literal = true; in ConvertWindowsDateTimeFormat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dlocale_win.cc208 bool last_quote_can_be_literal = false; in ConvertWindowsDateTimeFormat() local
215 if (last_quote_can_be_literal && format[i - 1] == '\'') { in ConvertWindowsDateTimeFormat()
217 last_quote_can_be_literal = false; in ConvertWindowsDateTimeFormat()
219 last_quote_can_be_literal = true; in ConvertWindowsDateTimeFormat()
229 if (last_quote_can_be_literal && i > 0 && format[i - 1] == '\'') { in ConvertWindowsDateTimeFormat()
231 last_quote_can_be_literal = false; in ConvertWindowsDateTimeFormat()
233 last_quote_can_be_literal = true; in ConvertWindowsDateTimeFormat()