Searched refs:invalidRfcPhoneContext (Results 1 – 2 of 2) sorted by relevance
2536 String invalidRfcPhoneContext = "tel:555-1234;phone-context=1-331"; in testFailedParseOnInvalidNumbers() local2537 phoneUtil.parse(invalidRfcPhoneContext, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()2547 String invalidRfcPhoneContext = ";phone-context="; in testFailedParseOnInvalidNumbers() local2548 phoneUtil.parse(invalidRfcPhoneContext, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
3324 var invalidRfcPhoneContext = 'tel:555-1234;phone-context=1-331';3325 phoneUtil.parse(invalidRfcPhoneContext, RegionCode.ZZ);3335 invalidRfcPhoneContext = ';phone-context=';3336 phoneUtil.parse(invalidRfcPhoneContext, RegionCode.ZZ);