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

  /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
62 class RegexMatcher;
120 * RegexMatcher objects that were created from the RegexPattern are active.
167 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
174 * <p>Note that it is often more convenient to construct a RegexMatcher directly
176 * then creating a RegexMatcher object from the pattern.</p
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 10 // Contains the implementation of class RegexMatcher,
77 RegexMatcher::RegexMatcher(const RegexPattern *pat) {
93 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
112 RegexMatcher::RegexMatcher(UText *regexp, UText *input,
129 RegexMatcher::RegexMatcher(const UnicodeString &regexp,
144 RegexMatcher::RegexMatcher(UText *regexp,
    [all...]
  /external/icu4c/i18n/
rematch.cpp 10 // Contains the implementation of class RegexMatcher,
77 RegexMatcher::RegexMatcher(const RegexPattern *pat) {
93 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
112 RegexMatcher::RegexMatcher(UText *regexp, UText *input,
129 RegexMatcher::RegexMatcher(const UnicodeString &regexp,
144 RegexMatcher::RegexMatcher(UText *regexp,
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 212 milliseconds