Searched defs:regionMatches (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UResource.java | 178 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches() method in UResource.Key 187 private boolean regionMatches(int start, CharSequence cs, int n) { in regionMatches() method in UResource.Key 232 public boolean regionMatches(int start, CharSequence cs) { in regionMatches() method in UResource.Key
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UResource.java | 181 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches() method in UResource.Key 190 private boolean regionMatches(int start, CharSequence cs, int n) { in regionMatches() method in UResource.Key 235 public boolean regionMatches(int start, CharSequence cs) { in regionMatches() method in UResource.Key
|
Completed in 3 milliseconds