Home
last modified time | relevance | path

Searched refs:intlFormatPatternValue (Results 1 – 1 of 1) sorted by relevance

/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java267 String intlFormatPatternValue = intlFormatPattern.item(0).getFirstChild().getNodeValue(); in loadInternationalFormat() local
268 if (!intlFormatPatternValue.equals("NA")) { in loadInternationalFormat()
269 intlFormat.setFormat(intlFormatPatternValue); in loadInternationalFormat()