HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 301 - 325 of 495) sorted by null

<<11121314151617181920

  /frameworks/base/
preloaded-classes 702 com.ibm.icu4jni.regex.NativeRegEx
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 85 import java.util.regex.Matcher;
86 import java.util.regex.Pattern;
96 // Regex that matches start of img tag. '<(?i)img\s+'.
98 // Regex that matches Web URL protocol part as case insensitive.
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 61 import java.util.regex.Pattern;
  /sdk/apkbuilder/src/com/android/apkbuilder/internal/
ApkBuilderImpl.java 39 import java.util.regex.Pattern;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogFilter.java 32 import java.util.regex.PatternSyntaxException;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AndroidConstants.java 25 import java.util.regex.Pattern;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 38 import java.util.regex.Matcher;
  /external/clearsilver/util/regex/
regex.c 37 /* We need this for `regex.h', and perhaps for the Emacs include files. */
163 #include "regex.h"
551 /* If DEBUG is defined, Regex prints many voluminous messages about what
915 syntax, so it can be changed between regex compilations. */
926 defined in regex.h. We return the old syntax. */
940 in regex.h. Obviously the order here has to be same as there.
1019 This is a variable only so users of regex can assign to it; we never
    [all...]
  /external/webkit/WebCore/WebCore.gyp/
WebCore.gyp     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 73 import java.util.regex.Matcher;
74 import java.util.regex.Pattern;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 30 import java.util.regex.Pattern;
31 import java.util.regex.Matcher;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserProvider.java 57 import java.util.regex.Matcher;
58 import java.util.regex.Pattern;
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AndroidDebugBridge.java 30 import java.util.regex.Matcher;
31 import java.util.regex.Pattern;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 55 import java.util.regex.Matcher;
56 import java.util.regex.Pattern;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 37 import java.util.regex.Matcher;
38 import java.util.regex.Pattern;
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-14 31 * tests/regex-test.c (test_expand): Don't print NULL with %s.
623 * tests/regex-test.c: Test it.
643 * tests/regex-test.c: Test them.
790 * tests/regex-test.c: Adapt.
932 * tests/regex-test.c(verbose): don't pass a string containing '%'
1034 * tests/regex-test.c:
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/
user_comments_for_7_to_8.xml     [all...]
  /external/icu4c/i18n/
regexcmp.cpp 23 #include "unicode/regex.h"
33 #include "regexcst.h" // Contains state table for the regex pattern parser.
91 // Compile regex pattern. The state machine for rexexp pattern parsing is here.
127 // Main loop for the regex pattern parsing state machine.
138 // Regex pattern parsing stops on the first error encountered.
332 // doParseAction Do some action during regex pattern parsing.
600 // Apply important regex bug fixing for ticket#7224
    [all...]
  /external/clearsilver/cs/
csparse.c     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
gccint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gccint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gccint.info     [all...]

Completed in 467 milliseconds

<<11121314151617181920