OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStartType
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
repattrn.cpp
94
fStartType
= other.
fStartType
;
155
fStartType
= START_NO_INFO;
789
REGEX_DUMP_DEBUG_PRINTF((" Match Start Type: %s\n", START_OF_MATCH_STR(This->
fStartType
)));
790
if (This->
fStartType
== START_STRING) {
797
} else if (This->
fStartType
== START_SET) {
816
} else if (This->
fStartType
== START_CHAR) {
regexcmp.cpp
[
all
...]
rematch.cpp
654
switch (fPattern->
fStartType
) {
[
all
...]
/external/icu4c/i18n/unicode/
regex.h
613
int32_t
fStartType
; // Info on how a match must start.
[
all
...]
Completed in 50 milliseconds