Searched defs:xmlInput (Results 1 – 1 of 1) sorted by relevance
106 String xmlInput = "<territory nationalPrefix='00'/>"; in testGetNationalPrefix() local114 String xmlInput = "<territory" in testLoadTerritoryTagMetadata() local138 String xmlInput = "<territory countryCode='33'/>"; in testLoadTerritoryTagMetadataSetsBooleanFieldsToFalseByDefault() local148 String xmlInput = "<territory countryCode='33'/>"; in testLoadTerritoryTagMetadataSetsNationalPrefixForParsingByDefault() local159 String xmlInput = "<territory countryCode='33' internationalPrefix='00'/>"; in testLoadTerritoryTagMetadataWithRequiredAttributesOnly() local169 String xmlInput = "<numberFormat><intlFormat>" + intlFormat + "</intlFormat></numberFormat>"; in testLoadInternationalFormat() local182 String xmlInput = "<numberFormat><intlFormat>" + intlFormat + "</intlFormat></numberFormat>"; in testLoadInternationalFormatWithBothNationalAndIntlFormatsDefined() local195 String xmlInput = "<numberFormat><intlFormat/><intlFormat/></numberFormat>"; in testLoadInternationalFormatExpectsOnlyOnePattern() local211 String xmlInput = "<numberFormat></numberFormat>"; in testLoadInternationalFormatUsesNationalFormatByDefault() local225 String xmlInput = "<numberFormat></numberFormat>"; in testLoadInternationalFormatCopiesNationalFormatData() local[all …]