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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 129 UnicodeSet fExtendedPictSet;
162 fExtendedPictSet = new UnicodeSet(gExtended_Pict);
182 fSets.add(fExtendedPictSet);
309 if ((fExtendedPictSet.contains(c0) || fEmojiNRKSet.contains(c0)) && fZWJSet.contains(c1) &&
310 (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) {
313 if ((fExtendedPictSet.contains(cBase) || fEmojiNRKSet.contains(cBase)) && fExtendSet.contains(c0) && fZWJSet.contains(c1) &&
314 (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) {
374 UnicodeSet fExtendedPictSet;
401 fExtendedPictSet = new UnicodeSet(gExtended_Pict);
431 fOtherSet.removeAll(fExtendedPictSet);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 126 UnicodeSet fExtendedPictSet;
159 fExtendedPictSet = new UnicodeSet(gExtended_Pict);
179 fSets.add(fExtendedPictSet);
306 if ((fExtendedPictSet.contains(c0) || fEmojiNRKSet.contains(c0)) && fZWJSet.contains(c1) &&
307 (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) {
310 if ((fExtendedPictSet.contains(cBase) || fEmojiNRKSet.contains(cBase)) && fExtendSet.contains(c0) && fZWJSet.contains(c1) &&
311 (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) {
371 UnicodeSet fExtendedPictSet;
398 fExtendedPictSet = new UnicodeSet(gExtended_Pict);
428 fOtherSet.removeAll(fExtendedPictSet);
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 820 milliseconds