• Home
  • Raw
  • Download

Lines Matching refs:UnicodeSet

1995     UnicodeSet  *fCRLFSet;
1996 UnicodeSet *fControlSet;
1997 UnicodeSet *fExtendSet;
1998 UnicodeSet *fZWJSet;
1999 UnicodeSet *fRegionalIndicatorSet;
2000 UnicodeSet *fPrependSet;
2001 UnicodeSet *fSpacingSet;
2002 UnicodeSet *fLSet;
2003 UnicodeSet *fVSet;
2004 UnicodeSet *fTSet;
2005 UnicodeSet *fLVSet;
2006 UnicodeSet *fLVTSet;
2007 UnicodeSet *fHangulSet;
2008 UnicodeSet *fEmojiBaseSet;
2009 UnicodeSet *fEmojiModifierSet;
2010 UnicodeSet *fExtendedPictSet;
2011 UnicodeSet *fEBGSet;
2012 UnicodeSet *fEmojiNRKSet;
2013 UnicodeSet *fAnySet;
2024 fCRLFSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\r\\n]"), status); in RBBICharMonkey()
2025 …fControlSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\p{Grapheme_Cluster_Break = Control}]]"), s… in RBBICharMonkey()
2026 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\p{Grapheme_Cluster_Break = Extend}]]"), st… in RBBICharMonkey()
2027 …fZWJSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = ZWJ}]"), status); in RBBICharMonkey()
2029 …new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Regional_Indicator}]"), status… in RBBICharMonkey()
2030 …fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), sta… in RBBICharMonkey()
2031 …fSpacingSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = SpacingMark}]"),… in RBBICharMonkey()
2032 … fLSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = L}]"), status); in RBBICharMonkey()
2033 … fVSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = V}]"), status); in RBBICharMonkey()
2034 … fTSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = T}]"), status); in RBBICharMonkey()
2035 … fLVSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = LV}]"), status); in RBBICharMonkey()
2036 …fLVTSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = LVT}]"), status); in RBBICharMonkey()
2037 fHangulSet = new UnicodeSet(); in RBBICharMonkey()
2044 …fEmojiBaseSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = EB}\\U0001… in RBBICharMonkey()
2045 …fEmojiModifierSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = EM}]"), st… in RBBICharMonkey()
2046 fExtendedPictSet = new UnicodeSet(UnicodeString(gExtended_Pict, -1, US_INV), status); in RBBICharMonkey()
2047 …fEBGSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = EBG}]"), s… in RBBICharMonkey()
2048 fEmojiNRKSet = new UnicodeSet(UNICODE_STRING_SIMPLE( in RBBICharMonkey()
2050 fAnySet = new UnicodeSet(0, 0x10ffff); in RBBICharMonkey()
2270 UnicodeSet *fCRSet;
2271 UnicodeSet *fLFSet;
2272 UnicodeSet *fNewlineSet;
2273 UnicodeSet *fRegionalIndicatorSet;
2274 UnicodeSet *fKatakanaSet;
2275 UnicodeSet *fHebrew_LetterSet;
2276 UnicodeSet *fALetterSet;
2277 UnicodeSet *fSingle_QuoteSet;
2278 UnicodeSet *fDouble_QuoteSet;
2279 UnicodeSet *fMidNumLetSet;
2280 UnicodeSet *fMidLetterSet;
2281 UnicodeSet *fMidNumSet;
2282 UnicodeSet *fNumericSet;
2283 UnicodeSet *fFormatSet;
2284 UnicodeSet *fOtherSet;
2285 UnicodeSet *fExtendSet;
2286 UnicodeSet *fExtendNumLetSet;
2287 UnicodeSet *fDictionarySet;
2288 UnicodeSet *fEBaseSet;
2289 UnicodeSet *fEBGSet;
2290 UnicodeSet *fEModifierSet;
2291 UnicodeSet *fZWJSet;
2292 UnicodeSet *fExtendedPictSet;
2293 UnicodeSet *fEmojiNRKSet;
2305 …fCRSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = CR}]"), stat… in RBBIWordMonkey()
2306 …fLFSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = LF}]"), stat… in RBBIWordMonkey()
2307 …fNewlineSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Newline}]"), stat… in RBBIWordMonkey()
2308 …fKatakanaSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Katakana}]"), stat… in RBBIWordMonkey()
2309 …fRegionalIndicatorSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Regional_Indicato… in RBBIWordMonkey()
2310 …fHebrew_LetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Hebrew_Letter}]"), sta… in RBBIWordMonkey()
2311 … fALetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = ALetter}]"), status); in RBBIWordMonkey()
2312 …fSingle_QuoteSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Single_Quote}]"), s… in RBBIWordMonkey()
2313 …fDouble_QuoteSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Double_Quote}]"), s… in RBBIWordMonkey()
2314 …fMidNumLetSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidNumLet}]"), stat… in RBBIWordMonkey()
2315 …fMidLetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidLetter}]"), stat… in RBBIWordMonkey()
2316 …fMidNumSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidNum}]"), stat… in RBBIWordMonkey()
2317 …fNumericSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Numeric}]"), stat… in RBBIWordMonkey()
2318 …fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Format}]"), stat… in RBBIWordMonkey()
2319 …fExtendNumLetSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = ExtendNumLet}]"), stat… in RBBIWordMonkey()
2320 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Extend}]"), stat… in RBBIWordMonkey()
2322 fEBaseSet = new UnicodeSet(UNICODE_STRING_SIMPLE( in RBBIWordMonkey()
2324 …fEBGSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = EBG}]"), stat… in RBBIWordMonkey()
2325 …fEModifierSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = EM}]"), stat… in RBBIWordMonkey()
2326 …fZWJSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = ZWJ}]"), stat… in RBBIWordMonkey()
2327 fExtendedPictSet = new UnicodeSet(UnicodeString(gExtended_Pict, -1, US_INV), status); in RBBIWordMonkey()
2328 fEmojiNRKSet = new UnicodeSet(UNICODE_STRING_SIMPLE( in RBBIWordMonkey()
2331 …fDictionarySet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\uac00-\\ud7a3][:Han:][:Hiragana:]]"), s… in RBBIWordMonkey()
2333 …fDictionarySet->addAll(UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{LineBreak = Complex_Context}]"), sta… in RBBIWordMonkey()
2337 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()
2650 UnicodeSet *fSepSet;
2651 UnicodeSet *fFormatSet;
2652 UnicodeSet *fSpSet;
2653 UnicodeSet *fLowerSet;
2654 UnicodeSet *fUpperSet;
2655 UnicodeSet *fOLetterSet;
2656 UnicodeSet *fNumericSet;
2657 UnicodeSet *fATermSet;
2658 UnicodeSet *fSContinueSet;
2659 UnicodeSet *fSTermSet;
2660 UnicodeSet *fCloseSet;
2661 UnicodeSet *fOtherSet;
2662 UnicodeSet *fExtendSet;
2677 …fSepSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sep} \\u000a \\u000… in RBBISentMonkey()
2678 …fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Format}]"), stat… in RBBISentMonkey()
2679 …fSpSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sp}]"), stat… in RBBISentMonkey()
2680 …fLowerSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Lower}]"), stat… in RBBISentMonkey()
2681 …fUpperSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Upper}]"), stat… in RBBISentMonkey()
2682 …fOLetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = OLetter}]"), stat… in RBBISentMonkey()
2683 …fNumericSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Numeric}]"), stat… in RBBISentMonkey()
2684 …fATermSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = ATerm}]"), stat… in RBBISentMonkey()
2685 …fSContinueSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = SContinue}]"), stat… in RBBISentMonkey()
2686 …fSTermSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = STerm}]"), stat… in RBBISentMonkey()
2687 …fCloseSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Close}]"), stat… in RBBISentMonkey()
2688 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Extend}]"), stat… in RBBISentMonkey()
2689 fOtherSet = new UnicodeSet(); in RBBISentMonkey()
2972 UnicodeSet *fBK;
2973 UnicodeSet *fCR;
2974 UnicodeSet *fLF;
2975 UnicodeSet *fCM;
2976 UnicodeSet *fNL;
2977 UnicodeSet *fSG;
2978 UnicodeSet *fWJ;
2979 UnicodeSet *fZW;
2980 UnicodeSet *fGL;
2981 UnicodeSet *fCB;
2982 UnicodeSet *fSP;
2983 UnicodeSet *fB2;
2984 UnicodeSet *fBA;
2985 UnicodeSet *fBB;
2986 UnicodeSet *fHY;
2987 UnicodeSet *fH2;
2988 UnicodeSet *fH3;
2989 UnicodeSet *fCL;
2990 UnicodeSet *fCP;
2991 UnicodeSet *fEX;
2992 UnicodeSet *fIN;
2993 UnicodeSet *fJL;
2994 UnicodeSet *fJV;
2995 UnicodeSet *fJT;
2996 UnicodeSet *fNS;
2997 UnicodeSet *fOP;
2998 UnicodeSet *fQU;
2999 UnicodeSet *fIS;
3000 UnicodeSet *fNU;
3001 UnicodeSet *fPO;
3002 UnicodeSet *fPR;
3003 UnicodeSet *fSY;
3004 UnicodeSet *fAI;
3005 UnicodeSet *fAL;
3006 UnicodeSet *fCJ;
3007 UnicodeSet *fHL;
3008 UnicodeSet *fID;
3009 UnicodeSet *fRI;
3010 UnicodeSet *fXX;
3011 UnicodeSet *fEB;
3012 UnicodeSet *fEM;
3013 UnicodeSet *fZJ;
3014 UnicodeSet *fExtendedPict;
3015 UnicodeSet *fEmojiNRK;
3039 fBK = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_Break=BK}]"), status); in RBBILineMonkey()
3040 fCR = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CR}]"), status); in RBBILineMonkey()
3041 fLF = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=LF}]"), status); in RBBILineMonkey()
3042 fCM = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CM}]"), status); in RBBILineMonkey()
3043 fNL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NL}]"), status); in RBBILineMonkey()
3044 fWJ = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=WJ}]"), status); in RBBILineMonkey()
3045 fZW = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ZW}]"), status); in RBBILineMonkey()
3046 fGL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=GL}]"), status); in RBBILineMonkey()
3047 fCB = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CB}]"), status); in RBBILineMonkey()
3048 fSP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SP}]"), status); in RBBILineMonkey()
3049 fB2 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=B2}]"), status); in RBBILineMonkey()
3050 fBA = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=BA}]"), status); in RBBILineMonkey()
3051 fBB = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=BB}]"), status); in RBBILineMonkey()
3052 fHY = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=HY}]"), status); in RBBILineMonkey()
3053 fH2 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=H2}]"), status); in RBBILineMonkey()
3054 fH3 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=H3}]"), status); in RBBILineMonkey()
3055 fCL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CL}]"), status); in RBBILineMonkey()
3056 fCP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CP}]"), status); in RBBILineMonkey()
3057 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()
3058 fIN = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IN}]"), status); in RBBILineMonkey()
3059 fJL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JL}]"), status); in RBBILineMonkey()
3060 fJV = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JV}]"), status); in RBBILineMonkey()
3061 fJT = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JT}]"), status); in RBBILineMonkey()
3062 fNS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NS}]"), status); in RBBILineMonkey()
3063 fOP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=OP}]"), status); in RBBILineMonkey()
3064 fQU = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=QU}]"), status); in RBBILineMonkey()
3065 fIS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IS}]"), status); in RBBILineMonkey()
3066 fNU = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NU}]"), status); in RBBILineMonkey()
3067 fPO = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=PO}]"), status); in RBBILineMonkey()
3068 fPR = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=PR}]"), status); in RBBILineMonkey()
3069 fSY = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SY}]"), status); in RBBILineMonkey()
3070 fAI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AI}]"), status); in RBBILineMonkey()
3071 fAL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AL}]"), status); in RBBILineMonkey()
3072 fCJ = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CJ}]"), status); in RBBILineMonkey()
3073 fHL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=HL}]"), status); in RBBILineMonkey()
3074 fID = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ID}]"), status); in RBBILineMonkey()
3075 fRI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=RI}]"), status); in RBBILineMonkey()
3076 fSG = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\ud800-\\udfff]"), status); in RBBILineMonkey()
3077 fXX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=XX}]"), status); in RBBILineMonkey()
3078 fEB = new UnicodeSet(UNICODE_STRING_SIMPLE( in RBBILineMonkey()
3080 fEM = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EM}]"), status); in RBBILineMonkey()
3081 fZJ = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ZWJ}]"), status); in RBBILineMonkey()
3082 …fEmojiNRK = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\p{Emoji}]-[\\p{Line_break=RI}*#0-9\\u00a9\\u… in RBBILineMonkey()
3083 fExtendedPict = new UnicodeSet(UnicodeString(gExtended_Pict, -1, US_INV), status); in RBBILineMonkey()
4280 UnicodeSet *s = (UnicodeSet *)chClasses->elementAt(i); in RunMonkey()
4301 UnicodeSet *classSet = (UnicodeSet *)chClasses->elementAt(aClassNum); in RunMonkey()
4688 UnicodeSet prependSet(UNICODE_STRING_SIMPLE("[:GCB=Prepend:]"), errorCode); in TestProperties()