Home
last modified time | relevance | path

Searched defs:xmlInput (Results 1 – 1 of 1) sorted by relevance

/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
DBuildMetadataFromXmlTest.java106 String xmlInput = "<territory nationalPrefix='00'/>"; in testGetNationalPrefix() local
114 String xmlInput = "<territory" in testLoadTerritoryTagMetadata() local
138 String xmlInput = "<territory countryCode='33'/>"; in testLoadTerritoryTagMetadataSetsBooleanFieldsToFalseByDefault() local
148 String xmlInput = "<territory countryCode='33'/>"; in testLoadTerritoryTagMetadataSetsNationalPrefixForParsingByDefault() local
159 String xmlInput = "<territory countryCode='33' internationalPrefix='00'/>"; in testLoadTerritoryTagMetadataWithRequiredAttributesOnly() local
169 String xmlInput = "<numberFormat><intlFormat>" + intlFormat + "</intlFormat></numberFormat>"; in testLoadInternationalFormat() local
182 String xmlInput = "<numberFormat><intlFormat>" + intlFormat + "</intlFormat></numberFormat>"; in testLoadInternationalFormatWithBothNationalAndIntlFormatsDefined() local
195 String xmlInput = "<numberFormat><intlFormat/><intlFormat/></numberFormat>"; in testLoadInternationalFormatExpectsOnlyOnePattern() local
211 String xmlInput = "<numberFormat></numberFormat>"; in testLoadInternationalFormatUsesNationalFormatByDefault() local
225 String xmlInput = "<numberFormat></numberFormat>"; in testLoadInternationalFormatCopiesNationalFormatData() local
[all …]