Searched refs:literalStart (Results 1 – 1 of 1) sorted by relevance
222 unsigned literalStart = 0; in weekFormatInLDML() local226 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()