Home | History | Annotate | Download | only in phonenumbers

Lines Matching refs:IT

48     // Try again, but this time we have an international number with Region Code US. It should
85 doTestFindInContext("02-36618 300", RegionCode.IT);
86 doTestFindInContext("312 345 678", RegionCode.IT);
154 // Verifying bug-fix where the last digit of a number was previously omitted if it was a 0 when
168 // indicate an extension, although we accept it when parsing.
210 // Now repeat, but this time the phone number has spaces in it. It should still be found.
376 // 'X' should not be found in numbers at leniencies stricter than POSSIBLE, unless it represents
583 // The digits up to the ", " form a valid US number, but it shouldn't be matched as one since
706 // Does not start with a "+", we won't match it.
736 // Double hasNext() to ensure it does not advance.
762 // Double hasNext() to ensure it does not advance.
787 * Ensures that {@link Iterator#remove()} is not supported and that calling it does not
862 contextPairs.add(new NumberContext("It's cheap! Call ", " before 6:30"));
876 // With a postfix stripped off as it looks like the start of another number.
889 contextPairs.add(new NumberContext("It's only 9.99! Call ", " to buy"));
966 * Small class that holds the number we want to test and the region for which it should be valid.