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/icu/icu4c/source/i18n/
repattrn.cpp
103
fStartType
= other.
fStartType
;
178
fStartType
= START_NO_INFO;
819
printf(" Match Start Type: %s\n", START_OF_MATCH_STR(
fStartType
));
820
if (
fStartType
== START_STRING) {
823
} else if (
fStartType
== START_SET) {
828
} else if (
fStartType
== START_CHAR) {
regexcmp.cpp
[
all
...]
rematch.cpp
695
switch (fPattern->
fStartType
) {
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
regex.h
621
int32_t
fStartType
; // Info on how a match must start.
[
all
...]
Completed in 183 milliseconds