Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
DBuildMetadataFromXmlTest.java343 assertEquals(0, metadata.getIntlNumberFormatCount()); in testLoadAvailableFormatsClearsIntlFormat()
372 assertEquals(0, metadata.getIntlNumberFormatCount()); in testLoadInternationalFormatDoesNotSetIntlFormatWhenNA()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java783 public int intlNumberFormatSize() { return getIntlNumberFormatCount(); } in intlNumberFormatSize()
784 public int getIntlNumberFormatCount() { return intlNumberFormat_.size(); } in getIntlNumberFormatCount() method in Phonemetadata.PhoneMetadata
DAsYouTypeFormatter.java171 (isInternationalNumber && currentMetadata.getIntlNumberFormatCount() > 0) in getAvailableFormats()