Searched refs:findNot (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 4799 * If findNot is true, then reverse the sense of the match: find the first place where the UnicodeSet doesn't match. 4805 public int findIn(CharSequence value, int fromIndex, boolean findNot) { in findIn() argument 4810 if (contains(cp) != findNot) { in findIn() 4819 * If findNot is true, then reverse the sense of the match: find the last place where the UnicodeSet doesn't match. 4826 public int findLastIn(CharSequence value, int fromIndex, boolean findNot) { in findLastIn() argument 4832 if (contains(cp) != findNot) { in findLastIn()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 4645 * If findNot is true, then reverse the sense of the match: find the first place where the UnicodeSet doesn't match. 4652 public int findIn(CharSequence value, int fromIndex, boolean findNot) { in findIn() argument 4657 if (contains(cp) != findNot) { in findIn() 4666 * If findNot is true, then reverse the sense of the match: find the last place where the UnicodeSet doesn't match. 4674 public int findLastIn(CharSequence value, int fromIndex, boolean findNot) { in findLastIn() argument 4680 if (contains(cp) != findNot) { in findLastIn()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 15 milliseconds