Searched refs:gmtPattern (Results 1 – 1 of 1) sorted by relevance
314 final String gmtPattern = tzFormatter.getGMTPattern(); in getGmtOffsetText() local315 final int placeholderIndex = gmtPattern.indexOf("{0}"); in getGmtOffsetText()322 gmtPatternPrefix = gmtPattern.substring(0, placeholderIndex); in getGmtOffsetText()323 gmtPatternSuffix = gmtPattern.substring(placeholderIndex + 3); // After the "{0}". in getGmtOffsetText()