OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 ®exp, const UnicodeString &input,
112
RegexMatcher
::
RegexMatcher
(UText *regexp, UText *input,
129
RegexMatcher
::
RegexMatcher
(const UnicodeString ®exp,
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 ®exp, const UnicodeString &input,
112
RegexMatcher
::
RegexMatcher
(UText *regexp, UText *input,
129
RegexMatcher
::
RegexMatcher
(const UnicodeString ®exp,
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 1081 milliseconds