HomeSort by relevance Sort by last modified time
    Searched refs:fPrependSet (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 80 * Note: As of Unicode 6.1, fPrependSet is empty, so don't add it to fSets
89 UnicodeSet fPrependSet;
113 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]");
136 if (!fPrependSet.isEmpty()) {
137 fSets.add(fPrependSet);
255 if (fPrependSet.contains(c1)) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 77 * Note: As of Unicode 6.1, fPrependSet is empty, so don't add it to fSets
86 UnicodeSet fPrependSet;
110 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]");
133 if (!fPrependSet.isEmpty()) {
134 fSets.add(fPrependSet);
252 if (fPrependSet.contains(c1)) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 460 milliseconds