Lines Matching refs:UnicodeSet
1791 UnicodeSet *fCRLFSet;
1792 UnicodeSet *fControlSet;
1793 UnicodeSet *fExtendSet;
1794 UnicodeSet *fRegionalIndicatorSet;
1795 UnicodeSet *fPrependSet;
1796 UnicodeSet *fSpacingSet;
1797 UnicodeSet *fLSet;
1798 UnicodeSet *fVSet;
1799 UnicodeSet *fTSet;
1800 UnicodeSet *fLVSet;
1801 UnicodeSet *fLVTSet;
1802 UnicodeSet *fHangulSet;
1803 UnicodeSet *fAnySet;
1814 fCRLFSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\r\\n]"), status); in RBBICharMonkey()
1815 …fControlSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Control}]"), sta… in RBBICharMonkey()
1816 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Extend}]"), stat… in RBBICharMonkey()
1817 …fRegionalIndicatorSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Region… in RBBICharMonkey()
1818 …fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), sta… in RBBICharMonkey()
1819 …fSpacingSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = SpacingMark}]"),… in RBBICharMonkey()
1820 … fLSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = L}]"), status); in RBBICharMonkey()
1821 … fVSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = V}]"), status); in RBBICharMonkey()
1822 … fTSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = T}]"), status); in RBBICharMonkey()
1823 … fLVSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = LV}]"), status); in RBBICharMonkey()
1824 …fLVTSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = LVT}]"), status); in RBBICharMonkey()
1825 fHangulSet = new UnicodeSet(); in RBBICharMonkey()
1831 fAnySet = new UnicodeSet(0, 0x10ffff); in RBBICharMonkey()
2010 UnicodeSet *fCRSet;
2011 UnicodeSet *fLFSet;
2012 UnicodeSet *fNewlineSet;
2013 UnicodeSet *fKatakanaSet;
2014 UnicodeSet *fALetterSet;
2017 UnicodeSet *fMidNumLetSet;
2018 UnicodeSet *fMidLetterSet;
2019 UnicodeSet *fMidNumSet;
2020 UnicodeSet *fNumericSet;
2021 UnicodeSet *fFormatSet;
2022 UnicodeSet *fOtherSet;
2023 UnicodeSet *fExtendSet;
2024 UnicodeSet *fExtendNumLetSet;
2025 UnicodeSet *fRegionalIndicatorSet;
2026 UnicodeSet *fDictionaryCjkSet;
2040 …fCRSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = CR}]"), statu… in RBBIWordMonkey()
2041 …fLFSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = LF}]"), statu… in RBBIWordMonkey()
2042 …fNewlineSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Newline}]"), statu… in RBBIWordMonkey()
2043 fDictionaryCjkSet= new UnicodeSet("[[\\uac00-\\ud7a3][:Han:][:Hiragana:][:Katakana:]]", status); in RBBIWordMonkey()
2047 fALetterSet = new UnicodeSet("[\\p{Word_Break = ALetter}" in RBBIWordMonkey()
2054 fALetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = ALetter}]"), status); in RBBIWordMonkey()
2056 …fKatakanaSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Katakana}]"), statu… in RBBIWordMonkey()
2057 …fMidNumLetSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidNumLet}]"), statu… in RBBIWordMonkey()
2058 …fMidLetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidLetter}]"), statu… in RBBIWordMonkey()
2059 …fMidNumSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = MidNum}]"), statu… in RBBIWordMonkey()
2062 …fNumericSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Numeric}]"), statu… in RBBIWordMonkey()
2063 …fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Format}]"), statu… in RBBIWordMonkey()
2064 …fExtendNumLetSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = ExtendNumLet}]"), statu… in RBBIWordMonkey()
2065 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Extend}]"), statu… in RBBIWordMonkey()
2066 …fRegionalIndicatorSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Regional_Indicato… in RBBIWordMonkey()
2068 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()
2089 …fOtherSet->removeAll(UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{LineBreak = Complex_Context}]"), statu… in RBBIWordMonkey()
2317 UnicodeSet *fSepSet;
2318 UnicodeSet *fFormatSet;
2319 UnicodeSet *fSpSet;
2320 UnicodeSet *fLowerSet;
2321 UnicodeSet *fUpperSet;
2322 UnicodeSet *fOLetterSet;
2323 UnicodeSet *fNumericSet;
2324 UnicodeSet *fATermSet;
2325 UnicodeSet *fSContinueSet;
2326 UnicodeSet *fSTermSet;
2327 UnicodeSet *fCloseSet;
2328 UnicodeSet *fOtherSet;
2329 UnicodeSet *fExtendSet;
2344 …fSepSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sep} \\u000a \\u000… in RBBISentMonkey()
2345 …fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Format}]"), stat… in RBBISentMonkey()
2346 …fSpSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sp}]"), stat… in RBBISentMonkey()
2347 …fLowerSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Lower}]"), stat… in RBBISentMonkey()
2348 …fUpperSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Upper}]"), stat… in RBBISentMonkey()
2349 …fOLetterSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = OLetter}]"), stat… in RBBISentMonkey()
2350 …fNumericSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Numeric}]"), stat… in RBBISentMonkey()
2351 …fATermSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = ATerm}]"), stat… in RBBISentMonkey()
2352 …fSContinueSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = SContinue}]"), stat… in RBBISentMonkey()
2353 …fSTermSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = STerm}]"), stat… in RBBISentMonkey()
2354 …fCloseSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Close}]"), stat… in RBBISentMonkey()
2355 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Extend}]"), stat… in RBBISentMonkey()
2356 fOtherSet = new UnicodeSet(); in RBBISentMonkey()
2637 UnicodeSet *fBK;
2638 UnicodeSet *fCR;
2639 UnicodeSet *fLF;
2640 UnicodeSet *fCM;
2641 UnicodeSet *fNL;
2642 UnicodeSet *fSG;
2643 UnicodeSet *fWJ;
2644 UnicodeSet *fZW;
2645 UnicodeSet *fGL;
2646 UnicodeSet *fCB;
2647 UnicodeSet *fSP;
2648 UnicodeSet *fB2;
2649 UnicodeSet *fBA;
2650 UnicodeSet *fBB;
2651 UnicodeSet *fHY;
2652 UnicodeSet *fH2;
2653 UnicodeSet *fH3;
2654 UnicodeSet *fCL;
2655 UnicodeSet *fCP;
2656 UnicodeSet *fEX;
2657 UnicodeSet *fIN;
2658 UnicodeSet *fJL;
2659 UnicodeSet *fJV;
2660 UnicodeSet *fJT;
2661 UnicodeSet *fNS;
2662 UnicodeSet *fOP;
2663 UnicodeSet *fQU;
2664 UnicodeSet *fIS;
2665 UnicodeSet *fNU;
2666 UnicodeSet *fPO;
2667 UnicodeSet *fPR;
2668 UnicodeSet *fSY;
2669 UnicodeSet *fAI;
2670 UnicodeSet *fAL;
2671 UnicodeSet *fCJ;
2672 UnicodeSet *fHL;
2673 UnicodeSet *fID;
2674 UnicodeSet *fRI;
2675 UnicodeSet *fSA;
2676 UnicodeSet *fXX;
2694 fBK = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_Break=BK}]"), status); in RBBILineMonkey()
2695 fCR = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CR}]"), status); in RBBILineMonkey()
2696 fLF = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=LF}]"), status); in RBBILineMonkey()
2697 fCM = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CM}]"), status); in RBBILineMonkey()
2698 fNL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NL}]"), status); in RBBILineMonkey()
2699 fWJ = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=WJ}]"), status); in RBBILineMonkey()
2700 fZW = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ZW}]"), status); in RBBILineMonkey()
2701 fGL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=GL}]"), status); in RBBILineMonkey()
2702 fCB = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CB}]"), status); in RBBILineMonkey()
2703 fSP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SP}]"), status); in RBBILineMonkey()
2704 fB2 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=B2}]"), status); in RBBILineMonkey()
2705 fBA = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=BA}]"), status); in RBBILineMonkey()
2706 fBB = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=BB}]"), status); in RBBILineMonkey()
2707 fHY = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=HY}]"), status); in RBBILineMonkey()
2708 fH2 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=H2}]"), status); in RBBILineMonkey()
2709 fH3 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=H3}]"), status); in RBBILineMonkey()
2710 fCL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CL}]"), status); in RBBILineMonkey()
2711 fCP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CP}]"), status); in RBBILineMonkey()
2712 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()
2713 fIN = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IN}]"), status); in RBBILineMonkey()
2714 fJL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JL}]"), status); in RBBILineMonkey()
2715 fJV = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JV}]"), status); in RBBILineMonkey()
2716 fJT = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=JT}]"), status); in RBBILineMonkey()
2717 fNS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NS}]"), status); in RBBILineMonkey()
2718 fOP = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=OP}]"), status); in RBBILineMonkey()
2719 fQU = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=QU}]"), status); in RBBILineMonkey()
2720 fIS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IS}]"), status); in RBBILineMonkey()
2721 fNU = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NU}]"), status); in RBBILineMonkey()
2722 fPO = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=PO}]"), status); in RBBILineMonkey()
2723 fPR = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=PR}]"), status); in RBBILineMonkey()
2724 fSY = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SY}]"), status); in RBBILineMonkey()
2725 fAI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AI}]"), status); in RBBILineMonkey()
2726 fAL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AL}]"), status); in RBBILineMonkey()
2727 fCJ = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CJ}]"), status); in RBBILineMonkey()
2728 fHL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=HL}]"), status); in RBBILineMonkey()
2729 fID = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ID}]"), status); in RBBILineMonkey()
2730 fRI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=RI}]"), status); in RBBILineMonkey()
2731 fSA = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SA}]"), status); in RBBILineMonkey()
2732 fSG = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\ud800-\\udfff]"), status); in RBBILineMonkey()
2733 fXX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=XX}]"), status); in RBBILineMonkey()
3889 UnicodeSet *s = (UnicodeSet *)chClasses->elementAt(i); in RunMonkey()
3910 UnicodeSet *classSet = (UnicodeSet *)chClasses->elementAt(aClassNum); in RunMonkey()
4208 UnicodeSet prependSet(UNICODE_STRING_SIMPLE("[:GCB=Prepend:]"), errorCode); in TestProperties()