Searched refs:weightStr (Results 1 – 1 of 1) sorted by relevance
115 String weightStr = parser.getAttributeValue(null, "weight"); in readFamily() local116 int weight = weightStr == null ? 400 : Integer.parseInt(weightStr); in readFamily()133 String weightStr = parser.getAttributeValue(null, "weight"); in readAlias() local134 if (weightStr == null) { in readAlias()137 alias.weight = Integer.parseInt(weightStr); in readAlias()