Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DPlatformLocale.cpp222 unsigned literalStart = 0; in weekFormatInLDML() local
226 if (literalStart < i) in weekFormatInLDML()
227 … DateTimeFormat::quoteAndAppendLiteral(templ.substring(literalStart, i - literalStart), builder); in weekFormatInLDML()
229 literalStart = i + 1; in weekFormatInLDML()
232 if (literalStart < length) in weekFormatInLDML()
233 …DateTimeFormat::quoteAndAppendLiteral(templ.substring(literalStart, length - literalStart), builde… in weekFormatInLDML()