/external/proguard/src/proguard/io/ |
NameFilter.java | 64 public NameFilter(List regularExpressions, 67 this(regularExpressions, acceptedDataEntryReader, null); 75 public NameFilter(List regularExpressions, 79 super(new DataEntryNameFilter(new ListParser(new FileNameParser()).parse(regularExpressions)),
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
prscmnts.h | 22 #if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when no RegularExpressions are available */
|
prscmnts.cpp | 25 #if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when RegularExpressions not available */
|
wrtxml.cpp | 412 #if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when no RegularExpressions are available */ 472 #if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when no RegularExpressions are available */ [all...] |
/external/icu/icu4c/source/tools/genrb/ |
prscmnts.h | 22 #if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when no RegularExpressions are available */
|
prscmnts.cpp | 35 #if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when RegularExpressions not available */
|
wrtxml.cpp | 424 #if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when no RegularExpressions are available */ 484 #if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when no RegularExpressions are available */ [all...] |
/external/proguard/src/proguard/util/ |
ListParser.java | 65 public StringMatcher parse(List regularExpressions) 71 for (int index = regularExpressions.size()-1; index >= 0; index--) 73 String regularExpression = (String)regularExpressions.get(index);
|
/external/chromium_org/third_party/icu/source/i18n/ |
regexst.h | 13 // for compiling or executing RegularExpressions. This grouping simplifies
|
regexst.cpp | 13 // for compiling or executing RegularExpressions. This grouping simplifies
|
/external/icu/icu4c/source/i18n/ |
regexst.h | 13 // for compiling or executing RegularExpressions. This grouping simplifies
|
regexst.cpp | 13 // for compiling or executing RegularExpressions. This grouping simplifies
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
StringExtensions.cs | 109 return System.Text.RegularExpressions.Regex.Replace( str, regex, newValue ); 114 return System.Text.RegularExpressions.Regex.Replace( str, regex, replacement );
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
DotTreeGenerator.cs | 204 text = System.Text.RegularExpressions.Regex.Replace( text, "\"", "\\\\\"" ); 205 text = System.Text.RegularExpressions.Regex.Replace( text, "\\t", " " ); 206 text = System.Text.RegularExpressions.Regex.Replace( text, "\\n", "\\\\n" ); 207 text = System.Text.RegularExpressions.Regex.Replace( text, "\\r", "\\\\r" );
|
TreeParser.cs | 35 using Regex = System.Text.RegularExpressions.Regex; 36 using RegexOptions = System.Text.RegularExpressions.RegexOptions;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/ |
DOTTreeGenerator.cs | 187 text = System.Text.RegularExpressions.Regex.Replace(text, "\"", "\\\\\""); 188 text = System.Text.RegularExpressions.Regex.Replace(text, "\\t", " "); 189 text = System.Text.RegularExpressions.Regex.Replace(text, "\\n", "\\\\n"); 190 text = System.Text.RegularExpressions.Regex.Replace(text, "\\r", "\\\\r");
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
DotTreeGenerator.cs | 204 text = System.Text.RegularExpressions.Regex.Replace( text, "\"", "\\\\\"" ); 205 text = System.Text.RegularExpressions.Regex.Replace( text, "\\t", " " ); 206 text = System.Text.RegularExpressions.Regex.Replace( text, "\\n", "\\\\n" ); 207 text = System.Text.RegularExpressions.Regex.Replace( text, "\\r", "\\\\r" );
|
TreeParser.cs | 36 using Regex = System.Text.RegularExpressions.Regex; 37 using RegexOptions = System.Text.RegularExpressions.RegexOptions;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
StringExtensions.cs | 36 using Regex = System.Text.RegularExpressions.Regex;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
CommonToken.cs | 35 using Regex = System.Text.RegularExpressions.Regex;
|
BaseRecognizer.cs | 43 using Regex = System.Text.RegularExpressions.Regex; [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
CommonToken.cs | 36 using Regex = System.Text.RegularExpressions.Regex;
|
BaseRecognizer.cs | 44 using Regex = System.Text.RegularExpressions.Regex; [all...] |
/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 | |