Searched refs:placeholderIndex (Results 1 – 1 of 1) sorted by relevance
291 final int placeholderIndex = gmtPattern.indexOf("{0}"); in getGmtOffsetText() local293 if (placeholderIndex == -1) { in getGmtOffsetText()298 gmtPatternPrefix = gmtPattern.substring(0, placeholderIndex); in getGmtOffsetText()299 gmtPatternSuffix = gmtPattern.substring(placeholderIndex + 3); // After the "{0}". in getGmtOffsetText()