HomeSort by relevance Sort by last modified time
    Searched defs:RegexMatcher (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 10 // Contains the implementation of class RegexMatcher,
52 RegexMatcher::RegexMatcher(const RegexPattern *pat) {
68 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
81 RegexMatcher::RegexMatcher(const UnicodeString &regexp,
96 RegexMatcher::~RegexMatcher() {
119 void RegexMatcher::init(UErrorCode &status)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 28 * <code>RegexPattern</code> and <code>RegexMatcher</code>.
31 * and can be used to create <code>RegexMatcher</code> objects for the pattern.</p>
33 * <p>Class <code>RegexMatcher</code> bundles together a regular expression
35 * <code>RegexMatcher</code> includes API for doing plain find or search
39 * <p>Note that by constructing <code>RegexMatcher</code> objects directly from regular
60 class RegexMatcher;
119 * RegexMatcher objects that were created from the RegexPattern are active.
166 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
173 * <p>Note that it is often more convenient to construct a RegexMatcher directly
175 * then creating a RegexMatcher object from the pattern.</p
    [all...]
  /external/icu4c/i18n/
rematch.cpp 10 // Contains the implementation of class RegexMatcher,
70 RegexMatcher::RegexMatcher(const RegexPattern *pat) {
86 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
105 RegexMatcher::RegexMatcher(UText *regexp, UText *input,
122 RegexMatcher::RegexMatcher(const UnicodeString &regexp,
137 RegexMatcher::RegexMatcher(UText *regexp,
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 28 * <code>RegexPattern</code> and <code>RegexMatcher</code>.
31 * and can be used to create <code>RegexMatcher</code> objects for the pattern.</p>
33 * <p>Class <code>RegexMatcher</code> bundles together a regular expression
35 * <code>RegexMatcher</code> includes API for doing plain find or search
39 * <p>Note that by constructing <code>RegexMatcher</code> objects directly from regular
61 class RegexMatcher;
122 * RegexMatcher objects that were created from the RegexPattern are active.
169 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
176 * <p>Note that it is often more convenient to construct a RegexMatcher directly
178 * then creating a RegexMatcher object from the pattern.</p
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 247 milliseconds