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

Commit 41032194 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak Committed by android-build-merger
Browse files

Merge "Track libcore change 69860bf2b28f0e14741a8895abdb77b45d1ed55d" am: c0d71fa3 am: 3556fd53

am: 95322ffd

Change-Id: Ibc624034478689ad1208e5da15835a6acd2d796a
parents 190d8591 95322ffd
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -62748,10 +62748,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();
@@ -62770,6 +62772,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
@@ -66346,10 +66346,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();
@@ -66368,6 +66370,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
@@ -62839,10 +62839,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();
@@ -62861,6 +62863,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);