Searched refs:numericCodeVal (Results 1 – 1 of 1) sorted by relevance
109 int numericCodeVal = Integer.parseInt(mapEntry.getValue()); in writeResource() local110 pw.println(String.format(" %1$s:int{%2$d}", alphaCode, numericCodeVal)); in writeResource()