Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DBuildMetadataJsonFromXml.java369 int numberFormatSize = metadata.numberFormatSize(); in toJsArray() local
370 if (numberFormatSize > 0) { in toJsArray()
372 for (int i = 0; i < numberFormatSize; i++) { in toJsArray()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java759 public int numberFormatSize() { return getNumberFormatCount(); } in numberFormatSize() method in Phonemetadata.PhoneMetadata
966 int numberFormatSize = numberFormatSize(); in writeExternal() local
967 objectOutput.writeInt(numberFormatSize); in writeExternal()
968 for (int i = 0; i < numberFormatSize; i++) { in writeExternal()