Searched refs:followingText (Results 1 – 1 of 1) sorted by relevance
322 String followingText = text.toString().substring(offset + candidate.length()); in extractMatch() local323 if (TIME_STAMPS_SUFFIX.matcher(followingText).lookingAt()) { in extractMatch()