Searched refs:altValue (Results 1 – 2 of 2) sorted by relevance
84 final String altValue = xpp.getAttributeValue(-1, "alt"); in fillFromCldr() local85 … final String extType = (altValue == null) ? type : type.concat("_").concat(altValue); in fillFromCldr()
57 String altValue = parts.getAttributeValue(i, "alt"); in testValues() local58 if (altValue != null) { in testValues()