HomeSort by relevance Sort by last modified time
    Searched full:regularexpression (Results 1 - 25 of 31) sorted by null

1 2

  /external/proguard/src/proguard/util/
ListParser.java 52 public StringMatcher parse(String regularExpression)
55 return parse(ListUtil.commaSeparatedList(regularExpression));
73 String regularExpression = (String)regularExpressions.get(index);
75 StringMatcher entryMatcher = parseEntry(regularExpression);
81 isNegated(regularExpression) ?
96 private StringMatcher parseEntry(String regularExpression)
99 return isNegated(regularExpression) ?
100 new NotMatcher(stringParser.parse(regularExpression.substring(1))) :
101 stringParser.parse(regularExpression);
108 private boolean isNegated(String regularExpression)
    [all...]
ClassNameParser.java 60 public StringMatcher parse(String regularExpression)
66 for (index = 0; index < regularExpression.length(); index++)
69 if (regularExpression.regionMatches(index, "L///;", 0, 5))
76 new OrMatcher(parse(regularExpression.substring(index + 5)),
85 if (regularExpression.regionMatches(index, "L***;", 0, 5))
90 createAnyTypeMatcher(parse(regularExpression.substring(index + 5)));
95 if (regularExpression.regionMatches(index, "**", 0, 2))
104 parse(regularExpression.substring(index + 2)));
109 else if (regularExpression.charAt(index) == '*')
118 parse(regularExpression.substring(index + 1)))
    [all...]
FileNameParser.java 40 public StringMatcher parse(String regularExpression)
46 for (index = 0; index < regularExpression.length(); index++)
49 if (regularExpression.regionMatches(index, "**", 0, 2))
58 parse(regularExpression.substring(index + 2)));
63 else if (regularExpression.charAt(index) == '*')
72 parse(regularExpression.substring(index + 1)));
77 else if (regularExpression.charAt(index) == '?')
86 parse(regularExpression.substring(index + 1)));
94 (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) :
NameParser.java 39 public StringMatcher parse(String regularExpression)
45 for (index = 0; index < regularExpression.length(); index++)
48 if (regularExpression.charAt(index) == '*')
57 parse(regularExpression.substring(index + 1)));
62 else if (regularExpression.charAt(index) == '?')
71 parse(regularExpression.substring(index + 1)));
79 (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) :
StringParser.java 34 public StringMatcher parse(String regularExpression);
  /external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java 43 * @param regularExpression the regular expression against which class names
48 public ClassNameFilter(String regularExpression,
51 this(new ListParser(new ClassNameParser()).parse(regularExpression),
58 * @param regularExpression the regular expression against which class names
63 public ClassNameFilter(List regularExpression,
66 this(new ListParser(new ClassNameParser()).parse(regularExpression),
MemberDescriptorFilter.java 42 * @param regularExpression the regular expression against which member
47 public MemberDescriptorFilter(String regularExpression,
50 this(new ClassNameParser().parse(regularExpression), memberVisitor);
MemberNameFilter.java 42 * @param regularExpression the regular expression against which member
47 public MemberNameFilter(String regularExpression,
50 this(new ListParser(new NameParser()).parse(regularExpression),
  /external/proguard/src/proguard/io/
NameFilter.java 39 public NameFilter(String regularExpression,
42 this(regularExpression, acceptedDataEntryReader, null);
50 public NameFilter(String regularExpression,
54 super(new DataEntryNameFilter(new ListParser(new FileNameParser()).parse(regularExpression)),
  /external/icu/icu4c/source/i18n/
uregex.cpp 32 struct RegularExpression: public UMemory {
34 RegularExpression();
35 ~RegularExpression();
50 RegularExpression::RegularExpression() {
62 RegularExpression::~RegularExpression() {
85 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) {
125 RegularExpression *re = new RegularExpression;
    [all...]
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 44 * @param regularExpression the regular expression against which annotation
49 public AnnotationTypeFilter(String regularExpression,
52 this.regularExpressionMatcher = new ListParser(new ClassNameParser()).parse(regularExpression);
  /external/proguard/src/proguard/retrace/
ReTrace.java 54 private final String regularExpression;
67 * @param regularExpression the regular expression for parsing the lines in
74 public ReTrace(String regularExpression,
78 this(regularExpression, verbose, mappingFile, null);
85 * @param regularExpression the regular expression for parsing the lines in
94 public ReTrace(String regularExpression,
99 this.regularExpression = regularExpression;
116 StringBuffer expressionBuffer = new StringBuffer(regularExpression.length() + 32);
122 int nextIndex = regularExpression.indexOf('%', index)
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
AttributeNameFilter.java 47 * @param regularExpression the regular expression against which attribute
52 public AttributeNameFilter(String regularExpression,
55 this(new ListParser(new NameParser()).parse(regularExpression),
62 * @param regularExpression the regular expression against which attribute
67 public AttributeNameFilter(List regularExpression,
70 this(new ListParser(new NameParser()).parse(regularExpression),
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
xercesImpl-2.6.2-sources.jar 
  /external/proguard/lib/
retrace.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
retrace.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 457 fprintf(stderr, "Warning: Could not output comments to XLIFF file. ICU has been built without RegularExpression support.\n");
536 fprintf(stderr, "Warning: Could not output comments to XLIFF file. ICU has been built without RegularExpression support.\n");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0-sources.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 1318 milliseconds

1 2