Lines Matching refs:UnicodeSet
649 UnicodeSet *breaks = NULL; in TestTrieDict()
679 breaks = new UnicodeSet; in TestTrieDict()
2410 UnicodeSet *fCRLFSet;
2411 UnicodeSet *fControlSet;
2412 UnicodeSet *fExtendSet;
2413 UnicodeSet *fPrependSet;
2414 UnicodeSet *fSpacingSet;
2415 UnicodeSet *fLSet;
2416 UnicodeSet *fVSet;
2417 UnicodeSet *fTSet;
2418 UnicodeSet *fLVSet;
2419 UnicodeSet *fLVTSet;
2420 UnicodeSet *fHangulSet;
2421 UnicodeSet *fAnySet;
2432 fCRLFSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\r\\n]"), status); in RBBICharMonkey()
2433 …fControlSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Control}]"), sta… in RBBICharMonkey()
2434 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Extend}]"), stat… in RBBICharMonkey()
2435 …fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), sta… in RBBICharMonkey()
2436 …fSpacingSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = SpacingMark}]"),… in RBBICharMonkey()
2437 … fLSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = L}]"), status); in RBBICharMonkey()
2438 … fVSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = V}]"), status); in RBBICharMonkey()
2439 … fTSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = T}]"), status); in RBBICharMonkey()
2440 … fLVSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = LV}]"), status); in RBBICharMonkey()
2441 …fLVTSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = LVT}]"), status); in RBBICharMonkey()
2442 fHangulSet = new UnicodeSet(); in RBBICharMonkey()
2448 fAnySet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\u0000-\\U0010ffff]"), status); in RBBICharMonkey()
2618 UnicodeSet *fCRSet;
2619 UnicodeSet *fLFSet;
2620 UnicodeSet *fNewlineSet;
2621 UnicodeSet *fKatakanaSet;
2622 UnicodeSet *fALetterSet;
2623 UnicodeSet *fMidNumLetSet;
2624 UnicodeSet *fMidLetterSet;
2625 UnicodeSet *fMidNumSet;
2626 UnicodeSet *fNumericSet;
2627 UnicodeSet *fFormatSet;
2628 UnicodeSet *fOtherSet;
2629 UnicodeSet *fExtendSet;
2630 UnicodeSet *fExtendNumLetSet;
2644 …fCRSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = CR}]"), statu… in RBBIWordMonkey()
2645 …fLFSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = LF}]"), statu… in RBBIWordMonkey()
2646 …fNewlineSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Newline}]"), statu… in RBBIWordMonkey()
2647 …fALetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = ALetter}]"), statu… in RBBIWordMonkey()
2648 …fKatakanaSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Katakana}]"), statu… in RBBIWordMonkey()
2649 …fMidNumLetSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidNumLet}]"), statu… in RBBIWordMonkey()
2650 …fMidLetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidLetter}]"), statu… in RBBIWordMonkey()
2651 …fMidNumSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidNum}]"), statu… in RBBIWordMonkey()
2652 …fNumericSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Numeric}]"), statu… in RBBIWordMonkey()
2653 …fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Format}]"), statu… in RBBIWordMonkey()
2654 …fExtendNumLetSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = ExtendNumLet}]"), statu… in RBBIWordMonkey()
2655 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Extend}]"), statu… in RBBIWordMonkey()
2657 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()
2676 …fOtherSet->removeAll(UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{LineBreak = Complex_Context}]"), statu… in RBBIWordMonkey()
2896 UnicodeSet *fSepSet;
2897 UnicodeSet *fFormatSet;
2898 UnicodeSet *fSpSet;
2899 UnicodeSet *fLowerSet;
2900 UnicodeSet *fUpperSet;
2901 UnicodeSet *fOLetterSet;
2902 UnicodeSet *fNumericSet;
2903 UnicodeSet *fATermSet;
2904 UnicodeSet *fSContinueSet;
2905 UnicodeSet *fSTermSet;
2906 UnicodeSet *fCloseSet;
2907 UnicodeSet *fOtherSet;
2908 UnicodeSet *fExtendSet;
2923 …fSepSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sep} \\u000a \\u000… in RBBISentMonkey()
2924 …fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Format}]"), stat… in RBBISentMonkey()
2925 …fSpSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sp}]"), stat… in RBBISentMonkey()
2926 …fLowerSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Lower}]"), stat… in RBBISentMonkey()
2927 …fUpperSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Upper}]"), stat… in RBBISentMonkey()
2928 …fOLetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = OLetter}]"), stat… in RBBISentMonkey()
2929 …fNumericSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Numeric}]"), stat… in RBBISentMonkey()
2930 …fATermSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = ATerm}]"), stat… in RBBISentMonkey()
2931 …fSContinueSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = SContinue}]"), stat… in RBBISentMonkey()
2932 …fSTermSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = STerm}]"), stat… in RBBISentMonkey()
2933 …fCloseSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Close}]"), stat… in RBBISentMonkey()
2934 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Extend}]"), stat… in RBBISentMonkey()
2935 fOtherSet = new UnicodeSet(); in RBBISentMonkey()
3216 UnicodeSet *fBK;
3217 UnicodeSet *fCR;
3218 UnicodeSet *fLF;
3219 UnicodeSet *fCM;
3220 UnicodeSet *fNL;
3221 UnicodeSet *fSG;
3222 UnicodeSet *fWJ;
3223 UnicodeSet *fZW;
3224 UnicodeSet *fGL;
3225 UnicodeSet *fCB;
3226 UnicodeSet *fSP;
3227 UnicodeSet *fB2;
3228 UnicodeSet *fBA;
3229 UnicodeSet *fBB;
3230 UnicodeSet *fHY;
3231 UnicodeSet *fH2;
3232 UnicodeSet *fH3;
3233 UnicodeSet *fCL;
3234 UnicodeSet *fCP;
3235 UnicodeSet *fEX;
3236 UnicodeSet *fIN;
3237 UnicodeSet *fJL;
3238 UnicodeSet *fJV;
3239 UnicodeSet *fJT;
3240 UnicodeSet *fNS;
3241 UnicodeSet *fOP;
3242 UnicodeSet *fQU;
3243 UnicodeSet *fIS;
3244 UnicodeSet *fNU;
3245 UnicodeSet *fPO;
3246 UnicodeSet *fPR;
3247 UnicodeSet *fSY;
3248 UnicodeSet *fAI;
3249 UnicodeSet *fAL;
3250 UnicodeSet *fID;
3251 UnicodeSet *fSA;
3252 UnicodeSet *fXX;
3270 fBK = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_Break=BK}]"), status); in RBBILineMonkey()
3271 fCR = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CR}]"), status); in RBBILineMonkey()
3272 fLF = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=LF}]"), status); in RBBILineMonkey()
3273 fCM = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CM}]"), status); in RBBILineMonkey()
3274 fNL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NL}]"), status); in RBBILineMonkey()
3275 fWJ = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=WJ}]"), status); in RBBILineMonkey()
3276 fZW = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ZW}]"), status); in RBBILineMonkey()
3277 fGL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=GL}]"), status); in RBBILineMonkey()
3278 fCB = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CB}]"), status); in RBBILineMonkey()
3279 fSP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SP}]"), status); in RBBILineMonkey()
3280 fB2 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=B2}]"), status); in RBBILineMonkey()
3281 fBA = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=BA}]"), status); in RBBILineMonkey()
3282 fBB = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=BB}]"), status); in RBBILineMonkey()
3283 fHY = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=HY}]"), status); in RBBILineMonkey()
3284 fH2 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=H2}]"), status); in RBBILineMonkey()
3285 fH3 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=H3}]"), status); in RBBILineMonkey()
3286 fCL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CL}]"), status); in RBBILineMonkey()
3287 fCP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CP}]"), status); in RBBILineMonkey()
3288 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()
3289 fIN = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IN}]"), status); in RBBILineMonkey()
3290 fJL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JL}]"), status); in RBBILineMonkey()
3291 fJV = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JV}]"), status); in RBBILineMonkey()
3292 fJT = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JT}]"), status); in RBBILineMonkey()
3293 fNS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NS}]"), status); in RBBILineMonkey()
3294 fOP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=OP}]"), status); in RBBILineMonkey()
3295 fQU = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=QU}]"), status); in RBBILineMonkey()
3296 fIS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IS}]"), status); in RBBILineMonkey()
3297 fNU = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NU}]"), status); in RBBILineMonkey()
3298 fPO = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=PO}]"), status); in RBBILineMonkey()
3299 fPR = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=PR}]"), status); in RBBILineMonkey()
3300 fSY = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SY}]"), status); in RBBILineMonkey()
3301 fAI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AI}]"), status); in RBBILineMonkey()
3302 fAL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AL}]"), status); in RBBILineMonkey()
3303 fID = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ID}]"), status); in RBBILineMonkey()
3304 fSA = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SA}]"), status); in RBBILineMonkey()
3305 fSG = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\ud800-\\udfff]"), status); in RBBILineMonkey()
3306 fXX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=XX}]"), status); in RBBILineMonkey()
4427 UnicodeSet *s = (UnicodeSet *)chClasses->elementAt(i); in RunMonkey()
4448 UnicodeSet *classSet = (UnicodeSet *)chClasses->elementAt(aClassNum); in RunMonkey()