Searched refs:fExtendedPict (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java703 UnicodeSet fExtendedPict; field in class:RBBITestMonkey.RBBILineMonkey
759 fExtendedPict = new UnicodeSet(gExtended_Pict);
817 fSets.add(fExtendedPict);
960 if (fZWJ.contains(prevC) && (fID.contains(thisChar) || fExtendedPict.contains(thisChar) || fEmojiNRK.contains(thisChar))) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java702 UnicodeSet fExtendedPict; field in class:RBBITestMonkey.RBBILineMonkey
758 fExtendedPict = new UnicodeSet(gExtended_Pict);
816 fSets.add(fExtendedPict);
959 if (fZWJ.contains(prevC) && (fID.contains(thisChar) || fExtendedPict.contains(thisChar) || fEmojiNRK.contains(thisChar))) {
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp3014 UnicodeSet *fExtendedPict; member in class:RBBILineMonkey
3083 fExtendedPict = new UnicodeSet(UnicodeString(gExtended_Pict, -1, US_INV), status);
3138 fSets->addElement(fExtendedPict, status);
3334 if (fZJ->contains(prevC) && (fID->contains(thisChar) || fExtendedPict->contains(thisChar) || fEmojiNRK->contains(thisChar))) {
3690 delete fExtendedPict;

Completed in 70 milliseconds