| /external/chromium/third_party/icu/source/i18n/ |
| name2uni.h | 79 UnicodeSet legal;
|
| rbt.h | 61 * The right hand side may contain embedded <code>UnicodeSet</code> 120 * <p><b>UnicodeSet</b></p> 122 * <p><code>UnicodeSet</code> patterns may appear anywhere that 124 * Contrariwise, <code>UnicodeSet</code> patterns may themselves 128 * <p><code>UnicodeSet</code> patterns may also be embedded directly 138 * <p>See {@link UnicodeSet} for more documentation and examples.</p> 174 * <p>It is also possible to match the beginning or the end of the text using a <code>UnicodeSet</code>. 427 virtual void handleGetSourceSet(UnicodeSet& result) const; 433 virtual UnicodeSet& getTargetSet(UnicodeSet& result) const [all...] |
| regexst.cpp | 157 fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status); 158 fPropSets[URX_ISSPACE_SET] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status); 159 fPropSets[URX_GC_EXTEND] = new UnicodeSet(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status); 160 fPropSets[URX_GC_CONTROL] = new UnicodeSet(UnicodeString(TRUE, gGC_ControlPattern, -1), *status); 161 fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status); 162 fPropSets[URX_GC_V] = new UnicodeSet(UnicodeString(TRUE, gGC_VPattern, -1), *status); 163 fPropSets[URX_GC_T] = new UnicodeSet(UnicodeString(TRUE, gGC_TPattern, -1), *status); 164 fPropSets[URX_GC_LV] = new UnicodeSet(UnicodeString(TRUE, gGC_LVPattern, -1), *status); 165 fPropSets[URX_GC_LVT] = new UnicodeSet(UnicodeString(TRUE, gGC_LVTPattern, -1), *status); 190 fPropSets[URX_GC_NORMAL] = new UnicodeSet(0, UnicodeSet::MAX_VALUE) [all...] |
| cpdtrans.h | 156 virtual void handleGetSourceSet(UnicodeSet& result) const; 162 virtual UnicodeSet& getTargetSet(UnicodeSet& result) const;
|
| funcrepl.h | 96 virtual void addReplacementSetTo(UnicodeSet& toUnionTo) const;
|
| regexcmp.h | 89 UnicodeSet *scanProp(); 90 UnicodeSet *scanPosixProp(); 96 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for 97 // a reference to a UnicodeSet. 117 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated); 225 setDifference1 = 4 << 16 | 7, // '-', single dash difference op, for compatibility with old UnicodeSet. 226 setIntersection1 = 4 << 16 | 8 // '&', single amp intersection op, for compatibility with old UnicodeSet.
|
| /external/icu4c/common/unicode/ |
| symtable.h | 26 class UnicodeSet; 43 * such as UnicodeSets. If U+E015 is mapped to the UnicodeSet [a-z], 44 * then lookupMatcher(0xE015) will return the UnicodeSet [a-z].
|
| /external/icu4c/i18n/ |
| name2uni.h | 79 UnicodeSet legal;
|
| rbt.h | 61 * The right hand side may contain embedded <code>UnicodeSet</code> 120 * <p><b>UnicodeSet</b></p> 122 * <p><code>UnicodeSet</code> patterns may appear anywhere that 124 * Contrariwise, <code>UnicodeSet</code> patterns may themselves 128 * <p><code>UnicodeSet</code> patterns may also be embedded directly 138 * <p>See {@link UnicodeSet} for more documentation and examples.</p> 174 * <p>It is also possible to match the beginning or the end of the text using a <code>UnicodeSet</code>. 427 virtual void handleGetSourceSet(UnicodeSet& result) const; 433 virtual UnicodeSet& getTargetSet(UnicodeSet& result) const [all...] |
| regexst.cpp | 158 fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status); 159 fPropSets[URX_ISSPACE_SET] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status); 160 fPropSets[URX_GC_EXTEND] = new UnicodeSet(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status); 161 fPropSets[URX_GC_CONTROL] = new UnicodeSet(UnicodeString(TRUE, gGC_ControlPattern, -1), *status); 162 fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status); 163 fPropSets[URX_GC_V] = new UnicodeSet(UnicodeString(TRUE, gGC_VPattern, -1), *status); 164 fPropSets[URX_GC_T] = new UnicodeSet(UnicodeString(TRUE, gGC_TPattern, -1), *status); 165 fPropSets[URX_GC_LV] = new UnicodeSet(UnicodeString(TRUE, gGC_LVPattern, -1), *status); 166 fPropSets[URX_GC_LVT] = new UnicodeSet(UnicodeString(TRUE, gGC_LVTPattern, -1), *status); 191 fPropSets[URX_GC_NORMAL] = new UnicodeSet(0, UnicodeSet::MAX_VALUE) [all...] |
| cpdtrans.h | 156 virtual void handleGetSourceSet(UnicodeSet& result) const; 162 virtual UnicodeSet& getTargetSet(UnicodeSet& result) const;
|
| funcrepl.h | 96 virtual void addReplacementSetTo(UnicodeSet& toUnionTo) const;
|
| regexcmp.h | 90 UnicodeSet *scanProp(); 91 UnicodeSet *scanPosixProp(); 97 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for 98 // a reference to a UnicodeSet. 118 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated); 223 setDifference1 = 4 << 16 | 7, // '-', single dash difference op, for compatibility with old UnicodeSet. 224 setIntersection1 = 4 << 16 | 8 // '&', single amp intersection op, for compatibility with old UnicodeSet.
|
| /external/icu4c/common/ |
| uniset_props.cpp | 103 // Not a TriStateSingletonWrapper because we think the UnicodeSet constructor 106 class UnicodeSetSingleton : public SimpleSingletonWrapper<UnicodeSet> { 109 SimpleSingletonWrapper<UnicodeSet>(s), fPattern(pattern) {} 110 UnicodeSet *getInstance(UErrorCode &errorCode) { 111 return SimpleSingletonWrapper<UnicodeSet>::getInstance(createInstance, fPattern, errorCode); 116 UnicodeSet *set=new UnicodeSet(pattern, errorCode); 130 static UnicodeSet *INCLUSIONS[UPROPS_SRC_COUNT] = { NULL }; // cached getInclusions() 142 ((UnicodeSet *)set)->add(c); 147 ((UnicodeSet *)set)->add(start, end) [all...] |
| /external/chromium/third_party/icu/source/test/intltest/ |
| nptrans.h | 38 UnicodeSet unassigned; 39 UnicodeSet prohibited; 40 UnicodeSet labelSeparatorSet;
|
| rbbitst.cpp | 621 UnicodeSet *breaks = NULL; 651 breaks = new UnicodeSet; [all...] |
| usettest.cpp | 36 UnicodeString operator+(const UnicodeString& left, const UnicodeSet& set) { 106 UnicodeSet t; 108 UnicodeSet test(t); 131 UnicodeSet s(OTHER_TOPATTERN_TESTS[j], ec); 159 UnicodeSet* s = new UnicodeSet("[a-z {aa} {ab}]", ec); 202 UnicodeSet s; 218 UnicodeSet testSet; 224 const UnicodeSet& testSet) { 227 // be passed back into the UnicodeSet constructor [all...] |
| ucdtest.h | 44 UnicodeSet derivedCoreProps[30];
|
| /external/icu4c/test/intltest/ |
| nptrans.h | 38 UnicodeSet unassigned; 39 UnicodeSet prohibited; 40 UnicodeSet labelSeparatorSet;
|
| usettest.cpp | 36 UnicodeString operator+(const UnicodeString& left, const UnicodeSet& set) { 106 UnicodeSet t; 108 UnicodeSet test(t); 131 UnicodeSet s(OTHER_TOPATTERN_TESTS[j], ec); 159 UnicodeSet* s = new UnicodeSet("[a-z {aa} {ab}]", ec); 202 UnicodeSet s; 218 UnicodeSet testSet; 224 const UnicodeSet& testSet) { 227 // be passed back into the UnicodeSet constructor [all...] |
| rbbitst.cpp | 648 UnicodeSet *breaks = NULL; 678 breaks = new UnicodeSet; [all...] |
| ucdtest.h | 50 UnicodeSet derivedProps[30];
|
| /external/chromium/third_party/icu/source/common/ |
| uniset_props.cpp | 96 static UnicodeSet *INCLUSIONS[UPROPS_SRC_COUNT] = { NULL }; // cached getInclusions() 106 ((UnicodeSet *)set)->add(c); 111 ((UnicodeSet *)set)->add(start, end); 116 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length)); 120 * Cleanup function for UnicodeSet 146 const UnicodeSet* UnicodeSet::getInclusions(int32_t src, UErrorCode &status) { 150 UnicodeSet* incl = new UnicodeSet(); 213 // caseCompare(), but they also make UnicodeSet work for simple patterns whe [all...] |
| brkeng.h | 18 class UnicodeSet; 159 UnicodeSet *fHandled[4];
|
| rbbinode.h | 22 class UnicodeSet; 58 UnicodeSet *fInputSet; // For uset nodes only.
|