Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:isNANPACountry

1334     assertTrue(phoneUtil.isNANPACountry(RegionCode.US));
1335 assertTrue(phoneUtil.isNANPACountry(RegionCode.BS));
1336 assertFalse(phoneUtil.isNANPACountry(RegionCode.DE));
1337 assertFalse(phoneUtil.isNANPACountry(RegionCode.ZZ));
1338 assertFalse(phoneUtil.isNANPACountry(RegionCode.UN001));
1339 assertFalse(phoneUtil.isNANPACountry(null));