HomeSort by relevance Sort by last modified time
    Searched defs:Matcher (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 23 public final class Matcher implements MatchResult {
84 * Creates a matcher for a given combination of pattern and input. Both
92 Matcher(Pattern pattern, CharSequence input) {
109 * @return the {@code Matcher} itself.
113 public Matcher appendReplacement(StringBuffer buffer, String replacement) {
158 * Resets the {@code Matcher}. This results in the region being set to the
163 * @return the {@code Matcher} itself.
165 public Matcher reset() {
170 * Provides a new input and resets the {@code Matcher}. This results in the
178 * @return the {@code Matcher} itself
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 134 milliseconds