Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:extracted

544    *  matching is set to VALID; else no test number should be extracted at that leniency level
546 * matching is set to POSSIBLE; else no test number should be extracted at that leniency level
916 CharSequence extracted = text.subSequence(match.start(), match.end());
917 assertTrue("Unexpected phone region in '" + text + "'; extracted '" + extracted + "'",
919 assertTrue(number.contentEquals(extracted));
920 assertTrue(match.rawString().contentEquals(extracted));