Searched refs:intlFormatPatternValue (Results 1 – 1 of 1) sorted by relevance
267 String intlFormatPatternValue = intlFormatPattern.item(0).getFirstChild().getNodeValue(); in loadInternationalFormat() local268 if (!intlFormatPatternValue.equals("NA")) { in loadInternationalFormat()269 intlFormat.setFormat(intlFormatPatternValue); in loadInternationalFormat()