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

  /external/icu4c/i18n/
repattrn.cpp 29 // RegexPattern Default Constructor
32 RegexPattern::RegexPattern() {
44 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) {
56 RegexPattern &RegexPattern::operator = (const RegexPattern &other) {
135 // Bring an uninitialized RegexPattern up to a default state
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 28 * <code>RegexPattern</code> and <code>RegexMatcher</code>.
29 * <code>RegexPattern</code> objects represent a pre-processed, or compiled
41 * need for <code>RegexPattern</code> objects can usually be eliminated.
63 class RegexPattern;
77 RegexPatternDump(const RegexPattern *pat);
86 * Class <code>RegexPattern</code> represents a compiled regular expression. It includes
87 * factory methods for creating a RegexPattern object from the source (string) form
92 * <p>Class RegexPattern is not intended to be subclassed.</p>
96 class U_I18N_API RegexPattern: public UObject {
100 * default constructor. Create a RegexPattern object that refers to no actua
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]

Completed in 231 milliseconds