Searched
full:regex (Results
1976 -
2000 of
5854) sorted by null
<<71727374757677787980>>
| /external/error_prone/jFormatString/ |
| jFormatString-3.0.0.jar | |
| /external/gflags/cmake/ |
| utils.cmake | 24 string (REGEX REPLACE "^\\." "" _minor "${_minor}") 30 string (REGEX REPLACE "^\\." "" _patch "${_patch}")
|
| /external/google-breakpad/src/testing/gtest/scripts/ |
| fuse_gtest_files.py | 70 # Regex for matching '#include "gtest/..."'. 73 # Regex for matching '#include "src/..."'.
|
| /external/google-breakpad/src/testing/include/gmock/ |
| gmock-matchers.h | [all...] |
| /external/googletest/googletest/include/gtest/internal/ |
| gtest-port.h | 178 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with 181 // GTEST_USES_SIMPLE_RE - our own simple regex is used; 431 // On Android, <regex.h> is only available starting with Gingerbread. 443 // On some platforms, <regex.h> needs someone to define size_t, and 447 # include <regex.h> // NOLINT 453 // <regex.h> is not available on Windows. Use our own simple regex 459 // <regex.h> may not be available on this platform. Use our own 460 // simple regex implementation instead. [all...] |
| /external/googletest/googletest/scripts/ |
| fuse_gtest_files.py | 73 # Regex for matching '#include "gtest/..."'. 76 # Regex for matching '#include "src/..."'.
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
| XCldrStub.java | 26 import java.util.regex.Matcher; 27 import java.util.regex.Pattern;
|
| /external/icu/android_icu4j/src/main/java/android/icu/util/ |
| LocalePriorityList.java | 22 import java.util.regex.Matcher; 23 import java.util.regex.Pattern;
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
| RBBIMonkeyTest.java | 15 import java.util.regex.Matcher; 16 import java.util.regex.Pattern; 17 import java.util.regex.PatternSyntaxException; 165 // This removes set difference operators, which would fail if passed through to Java regex. 211 // obtained from ICU UnicodeSet. Need to do this substitution because Java regex 227 // ICU UnicodeSet. [^ ...] in Java Regex character classes does not apply 268 // Java regex will also eventually flag the error. 642 // @param m: a Java regex Matcher that has completed a matching operation. [all...] |
| /external/icu/icu4c/source/i18n/ |
| regexcmp.h | 12 // For the public Regular Expression API, see the file "unicode/regex.h" 160 RegexTableEl **fStateTable; // State Transition Table for regex Rule
|
| /external/icu/icu4c/source/test/cintltst/ |
| cintltst.vcxproj.filters | 43 <Filter Include="regex"> 289 <Filter>regex</Filter>
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| XCldrStub.java | 25 import java.util.regex.Matcher; 26 import java.util.regex.Pattern;
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| LocalePriorityList.java | 21 import java.util.regex.Matcher; 22 import java.util.regex.Pattern;
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| RBBIMonkeyTest.java | 14 import java.util.regex.Matcher; 15 import java.util.regex.Pattern; 16 import java.util.regex.PatternSyntaxException; 162 // This removes set difference operators, which would fail if passed through to Java regex. 208 // obtained from ICU UnicodeSet. Need to do this substitution because Java regex 224 // ICU UnicodeSet. [^ ...] in Java Regex character classes does not apply 265 // Java regex will also eventually flag the error. 639 // @param m: a Java regex Matcher that has completed a matching operation. [all...] |
| /external/jsr305/javadoc/javax/annotation/ |
| PropertyKey.html | 55 <A HREF="../../javax/annotation/RegEx.html" title="annotation in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD> 166 <A HREF="../../javax/annotation/RegEx.html" title="annotation in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
|
| Signed.html | 54 <A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A> 138 <A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A>
|
| /external/junit/src/main/java/org/junit/runner/ |
| Description.java | 9 import java.util.regex.Matcher; 10 import java.util.regex.Pattern;
|
| /external/libcxx/test/std/re/re.const/re.err/ |
| error_type.pass.cpp | 11 // <regex> 35 #include <regex>
|
| /external/libcxx/test/std/re/re.const/re.matchflag/ |
| match_flag_type.pass.cpp | 11 // <regex> 35 #include <regex>
|
| /external/libcxx/test/std/re/re.submatch/re.submatch.op/ |
| compare.pass.cpp | 10 // <regex> 216 #include <regex>
|
| /external/libcxx/test/std/re/re.traits/ |
| lookup_collatename.pass.cpp | 12 // <regex> 23 #include <regex>
|
| /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
| gtest-port.h | 176 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with 179 // GTEST_USES_SIMPLE_RE - our own simple regex is used; 419 // On Android, <regex.h> is only available starting with Gingerbread. 431 // On some platforms, <regex.h> needs someone to define size_t, and 435 # include <regex.h> // NOLINT 441 // <regex.h> is not available on Windows. Use our own simple regex 447 // <regex.h> may not be available on this platform. Use our own 448 // simple regex implementation instead. [all...] |
| /external/llvm/include/llvm/ADT/ |
| VariadicFunction.h | 89 /// bool FullMatch(const StringRef &S, const RE &Regex, 96 /// bool FullMatchImpl(const StringRef &S, const RE &Regex,
|
| /external/oauth/core/src/main/java/net/oauth/ |
| OAuthMessage.java | 31 import java.util.regex.Matcher; 32 import java.util.regex.Pattern;
|
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| jFormatString.jar | |
Completed in 1374 milliseconds
<<71727374757677787980>>