HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 926 - 950 of 1927) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/test/webkit/fast/js/
regexp-unicode-handling.js 30 // Regex to match Re in various languanges straight from Gmail source
  /external/compiler-rt/
CMakeLists.txt 21 string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedWatch.xml 46 <propertyset><propertyref regex="feedWatchAction\.(Result|Error|Output|NewValue|OldValue|TheValue)\.0"/></propertyset>
  /external/gtest/test/
gtest_help_test.py 64 # The help message must match this regex.
  /external/guava/guava/src/com/google/common/base/
Predicates.java 30 import java.util.regex.Pattern;
247 * @throws java.util.regex.PatternSyntaxException if the pattern is invalid
250 @GwtIncompatible(value = "java.util.regex.Pattern")
263 @GwtIncompatible(value = "java.util.regex.Pattern")
  /external/icu4c/samples/ugrep/
ugrep.cpp 12 // The use of the ICU Regex API all occurs within the main()
28 #include "unicode/regex.h"
102 UParseError parseErr; // In the event of a syntax error in the regex pattern,
134 // Loop through the lines of a file, trying to match the regex pattern on each.
  /external/icu4c/test/depstest/
dependencies.txt 753 alphabetic_index collation formatting formattable_cnv regex regex_cnv translit
786 uniset_props regex unorm uscript
870 regex unistr_cnv
872 group: regex
  /external/icu4c/tools/genrb/
prscmnts.cpp 16 #include "unicode/regex.h"
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
boo.php 91 'short', 'sbyte', 'regex', 'object', 'null', 'long', 'int', 'false', 'duck',
  /external/linux-tools-perf/util/
util.h 80 #include <regex.h>
  /external/llvm/lib/Support/
regexec.c 2 * This code is derived from OpenBSD's libc/regex, original license follows:
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
OkHostnameVerifier.java 28 import java.util.regex.Pattern;
  /external/smack/src/org/xbill/DNS/
ClientSubnetOption.java 6 import java.util.regex.*;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java 21 import java.util.regex.Pattern;
  /frameworks/base/core/java/android/webkit/
MimeTypeMap.java 20 import java.util.regex.Pattern;
  /frameworks/base/core/res/res/xml/
sms_short_codes.xml 20 <!-- Regex patterns for SMS short codes by country. -->
24 The pattern attribute is a regex that matches all SMS short codes for the country.
25 The premium attribute is a regex that matches premium rate SMS short codes.
77 <!-- Germany: 4-5 digits plus 1232xxx (premium codes from http://www.vodafone.de/infofaxe/537.pdf and http://premiumdienste.eplus.de/pdf/kodex.pdf), plus EU. To keep the premium regex from being too large, it only includes payment processors that have been used by SMS malware, with the regular pattern matching the other premium short codes. -->
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 106 // matches() operates on the whole string, so append .* to the regex.
  /libcore/luni/src/main/java/java/util/regex/
Splitter.java 17 package java.util.regex;
  /libnativehelper/
JniConstants.cpp 121 patternSyntaxExceptionClass = findClass(env, "java/util/regex/PatternSyntaxException");
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 50 #include "./regex.h"
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 126 /* handle misdesigned <ctype.h> macros (snarfed from lib/regex.c) */
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-boost.c 29 #include <regex.h>
tst-pcre.c 29 #include <regex.h>
tst-regex2.c 7 #include <regex.h>
  /ndk/sources/third_party/googletest/googletest/test/
gtest_help_test.py 64 # The help message must match this regex.

Completed in 1367 milliseconds

<<31323334353637383940>>