/external/proguard/src/proguard/classfile/visitor/ |
MemberNameFilter.java | 36 private final StringMatcher regularExpressionMatcher; 61 public MemberNameFilter(StringMatcher regularExpressionMatcher,
|
/external/icu4c/i18n/ |
rbt_rule.cpp | 118 anteContext = new StringMatcher(pattern, 0, anteContextLength, 129 key = new StringMatcher(pattern, anteContextLength, anteContextLength + keyLength, 141 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), 180 anteContext = (StringMatcher*) other.anteContext->clone(); 183 key = (StringMatcher*) other.key->clone(); 186 postContext = (StringMatcher*) other.postContext->clone(); 363 ((StringMatcher*) segments[i])->resetMatch();
|
rbt_pars.h | 32 class StringMatcher; 90 * to StringMatcher object segmentObjects.elementAt(0), etc. 95 * Vector of StringMatcher objects for segments. Used during the 98 * to StringMatcher object segmentObjects.elementAt(0), etc. 295 * @param adopted the StringMatcher to be adopted. 297 void setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status);
|
rbt_pars.cpp | 530 StringMatcher* m = 531 new StringMatcher(buf, bufSegStart, buf.length(), 667 new StringMatcher(buf, qstart, qlimit, 0, *parser.curData); [all...] |
/external/llvm/utils/TableGen/ |
StringMatcher.cpp | 1 //===- StringMatcher.cpp - Generate a matcher for input strings -----------===// 10 // This file implements the StringMatcher class. 14 #include "StringMatcher.h" 24 StringMatcher::StringPair*> &Matches) { 43 bool StringMatcher:: 124 void StringMatcher::Emit(unsigned Indent) const {
|
Android.mk | 39 StringMatcher.cpp \
|
IntrinsicEmitter.cpp | 17 #include "StringMatcher.h" 121 std::vector<StringMatcher::StringPair> MatchTable; 141 StringMatcher("NameR", MatchTable, OS).Emit(1); 664 std::vector<StringMatcher::StringPair> Results; 670 Results.push_back(StringMatcher::StringPair(I->first, ResultCode)); 673 StringMatcher("BuiltinName", Results, OS).Emit();
|
AsmMatcherEmitter.cpp | 103 #include "StringMatcher.h" [all...] |
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AnnotationTypeFilter.java | 39 private final StringMatcher regularExpressionMatcher;
|
/external/proguard/src/proguard/classfile/util/ |
WarningPrinter.java | 36 private final StringMatcher classFilter;
|
DynamicMemberReferenceInitializer.java | 31 import proguard.util.StringMatcher; 208 private final StringMatcher noteFieldExceptionMatcher; 209 private final StringMatcher noteMethodExceptionMatcher; 292 StringMatcher noteFieldExceptionMatcher, 293 StringMatcher noteMethodExceptionMatcher) 464 StringMatcher noteExceptionMatcher = isField ?
|
DynamicClassReferenceInitializer.java | 30 import proguard.util.StringMatcher; 182 private final StringMatcher noteExceptionMatcher; 228 StringMatcher noteExceptionMatcher)
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AttributeNameFilter.java | 27 import proguard.util.StringMatcher; 39 private final StringMatcher stringMatcher; 45 * @param stringMatcher the string matcher that will check the attribute 50 public AttributeNameFilter(StringMatcher stringMatcher, 53 this.stringMatcher = stringMatcher; 343 return stringMatcher.matches(attribute.getAttributeName(clazz));
|
/external/proguard/src/proguard/ |
Initializer.java | 334 private StringMatcher createClassNoteExceptionMatcher(List noteExceptions) 374 private StringMatcher createClassMemberNoteExceptionMatcher(List noteExceptions,
|
/external/proguard/src/proguard/gui/ |
OptimizationsDialog.java | 191 StringMatcher filter = optimizations != null && optimizations.length() > 0 ?
|
/external/proguard/src/proguard/obfuscate/ |
ClassObfuscator.java | 53 private final StringMatcher keepPackageNamesMatcher;
|
/external/icu4c/test/intltest/ |
uobjtest.cpp | 412 TESTCLASSID_CTOR(StringMatcher, (UnicodeString("x"), 0,0,0,TransliterationRuleData(status)));
|
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 135 StringMatcher filter = configuration.optimizations != null ? [all...] |
/external/proguard/lib/ |
proguard.jar | |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | [all...] |
/external/icu4c/common/unicode/ |
urename.h | [all...] |