Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb864ff0 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak
Browse files

Track libcore change 69860bf2b28f0e14741a8895abdb77b45d1ed55d

java.util.regex named group capture support.

Test: vogar OldMatcherTest
Bug: 19717812
Change-Id: I525489bc26083b22bb2ce670d614f6d6e6eeaa29
parent 691ebe53
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -62752,10 +62752,12 @@ package java.util.regex {
    method public java.lang.StringBuffer appendTail(java.lang.StringBuffer);
    method public java.lang.StringBuffer appendTail(java.lang.StringBuffer);
    method public int end();
    method public int end();
    method public int end(int);
    method public int end(int);
    method public int end(java.lang.String);
    method public boolean find();
    method public boolean find();
    method public boolean find(int);
    method public boolean find(int);
    method public java.lang.String group();
    method public java.lang.String group();
    method public java.lang.String group(int);
    method public java.lang.String group(int);
    method public java.lang.String group(java.lang.String);
    method public int groupCount();
    method public int groupCount();
    method public boolean hasAnchoringBounds();
    method public boolean hasAnchoringBounds();
    method public boolean hasTransparentBounds();
    method public boolean hasTransparentBounds();
@@ -62774,6 +62776,7 @@ package java.util.regex {
    method public java.util.regex.Matcher reset(java.lang.CharSequence);
    method public java.util.regex.Matcher reset(java.lang.CharSequence);
    method public int start();
    method public int start();
    method public int start(int) throws java.lang.IllegalStateException;
    method public int start(int) throws java.lang.IllegalStateException;
    method public int start(java.lang.String);
    method public java.util.regex.MatchResult toMatchResult();
    method public java.util.regex.MatchResult toMatchResult();
    method public java.util.regex.Matcher useAnchoringBounds(boolean);
    method public java.util.regex.Matcher useAnchoringBounds(boolean);
    method public java.util.regex.Matcher usePattern(java.util.regex.Pattern);
    method public java.util.regex.Matcher usePattern(java.util.regex.Pattern);
+3 −0
Original line number Original line Diff line number Diff line
@@ -66350,10 +66350,12 @@ package java.util.regex {
    method public java.lang.StringBuffer appendTail(java.lang.StringBuffer);
    method public java.lang.StringBuffer appendTail(java.lang.StringBuffer);
    method public int end();
    method public int end();
    method public int end(int);
    method public int end(int);
    method public int end(java.lang.String);
    method public boolean find();
    method public boolean find();
    method public boolean find(int);
    method public boolean find(int);
    method public java.lang.String group();
    method public java.lang.String group();
    method public java.lang.String group(int);
    method public java.lang.String group(int);
    method public java.lang.String group(java.lang.String);
    method public int groupCount();
    method public int groupCount();
    method public boolean hasAnchoringBounds();
    method public boolean hasAnchoringBounds();
    method public boolean hasTransparentBounds();
    method public boolean hasTransparentBounds();
@@ -66372,6 +66374,7 @@ package java.util.regex {
    method public java.util.regex.Matcher reset(java.lang.CharSequence);
    method public java.util.regex.Matcher reset(java.lang.CharSequence);
    method public int start();
    method public int start();
    method public int start(int) throws java.lang.IllegalStateException;
    method public int start(int) throws java.lang.IllegalStateException;
    method public int start(java.lang.String);
    method public java.util.regex.MatchResult toMatchResult();
    method public java.util.regex.MatchResult toMatchResult();
    method public java.util.regex.Matcher useAnchoringBounds(boolean);
    method public java.util.regex.Matcher useAnchoringBounds(boolean);
    method public java.util.regex.Matcher usePattern(java.util.regex.Pattern);
    method public java.util.regex.Matcher usePattern(java.util.regex.Pattern);
+3 −0
Original line number Original line Diff line number Diff line
@@ -62843,10 +62843,12 @@ package java.util.regex {
    method public java.lang.StringBuffer appendTail(java.lang.StringBuffer);
    method public java.lang.StringBuffer appendTail(java.lang.StringBuffer);
    method public int end();
    method public int end();
    method public int end(int);
    method public int end(int);
    method public int end(java.lang.String);
    method public boolean find();
    method public boolean find();
    method public boolean find(int);
    method public boolean find(int);
    method public java.lang.String group();
    method public java.lang.String group();
    method public java.lang.String group(int);
    method public java.lang.String group(int);
    method public java.lang.String group(java.lang.String);
    method public int groupCount();
    method public int groupCount();
    method public boolean hasAnchoringBounds();
    method public boolean hasAnchoringBounds();
    method public boolean hasTransparentBounds();
    method public boolean hasTransparentBounds();
@@ -62865,6 +62867,7 @@ package java.util.regex {
    method public java.util.regex.Matcher reset(java.lang.CharSequence);
    method public java.util.regex.Matcher reset(java.lang.CharSequence);
    method public int start();
    method public int start();
    method public int start(int) throws java.lang.IllegalStateException;
    method public int start(int) throws java.lang.IllegalStateException;
    method public int start(java.lang.String);
    method public java.util.regex.MatchResult toMatchResult();
    method public java.util.regex.MatchResult toMatchResult();
    method public java.util.regex.Matcher useAnchoringBounds(boolean);
    method public java.util.regex.Matcher useAnchoringBounds(boolean);
    method public java.util.regex.Matcher usePattern(java.util.regex.Pattern);
    method public java.util.regex.Matcher usePattern(java.util.regex.Pattern);