Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:extracted

560    *  matching is set to VALID; else no test number should be extracted at that leniency level
562 * matching is set to POSSIBLE; else no test number should be extracted at that leniency level
932 CharSequence extracted = text.subSequence(match.start(), match.end());
933 assertTrue("Unexpected phone region in '" + text + "'; extracted '" + extracted + "'",
935 assertTrue(number.contentEquals(extracted));
936 assertTrue(match.rawString().contentEquals(extracted));