Searched defs:RegexPattern (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drepattrn.cpp29 // RegexPattern Default Constructor
32 RegexPattern::RegexPattern() { function in class:RegexPattern
47 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { function in class:RegexPattern
59 RegexPattern &RegexPattern::operator = (const RegexPattern &other) {
138 // Bring an uninitialized RegexPattern u
[all...]
/external/icu/icu4c/source/i18n/
H A Drepattrn.cpp29 // RegexPattern Default Constructor
32 RegexPattern::RegexPattern() { function in class:RegexPattern
44 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { function in class:RegexPattern
56 RegexPattern &RegexPattern::operator = (const RegexPattern &other) {
135 // Bring an uninitialized RegexPattern u
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h28 * <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;
73 * Class <code>RegexPattern</code> represents a compiled regular expression. It includes
74 * factory methods for creating a RegexPattern object from the source (string) form
79 * <p>Class RegexPattern is not intended to be subclassed.</p>
83 class U_I18N_API RegexPattern: public UObject { class in inherits:UObject
87 * default constructor. Create a RegexPattern object that refers to no actual
88 * pattern. Not normally needed; RegexPattern object
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h28 * <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.
62 class RegexPattern;
81 RegexPatternDump(const RegexPattern *pat);
90 * Class <code>RegexPattern</code> represents a compiled regular expression. It includes
91 * factory methods for creating a RegexPattern object from the source (string) form
96 * <p>Class RegexPattern is not intended to be subclassed.</p>
100 class U_I18N_API RegexPattern: public UObject { class in inherits:UObject
104 * default constructor. Create a RegexPattern objec
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2091 #define RegexPattern U_ICU_ENTRY_POINT_RENAME(RegexPattern) macro

Completed in 141 milliseconds