Searched refs:decimalFormatPatternType (Results 1 – 1 of 1) sorted by relevance
368 … String decimalFormatPatternType = parts.size() > 5 ? parts.getAttributeValue(5, "type") : null; in addPaths() local369 if (decimalFormatLengthType != null && decimalFormatPatternType != null && in addPaths()371 int numZeroes = decimalFormatPatternType.length() - 1; in addPaths()