Searched refs:gmtPatternSuffix (Results 1 – 1 of 1) sorted by relevance
316 final String gmtPatternPrefix, gmtPatternSuffix; in getGmtOffsetText() local320 gmtPatternSuffix = ""; in getGmtOffsetText()323 gmtPatternSuffix = gmtPattern.substring(placeholderIndex + 3); // After the "{0}". in getGmtOffsetText()376 if (!gmtPatternSuffix.isEmpty()) { in getGmtOffsetText()377 appendWithTtsSpan(builder, gmtPatternSuffix, in getGmtOffsetText()378 new TtsSpan.TextBuilder(gmtPatternSuffix).build()); in getGmtOffsetText()