OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endIx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
uregex.cpp
638
int32_t
endIx
= regexp->fMatcher->end (groupNum, *status);
646
int32_t fullLength =
endIx
- startIx;
715
int32_t
endIx
= regexp->fMatcher->end (groupNum, *status);
722
utext_replace(dest, 0, utext_nativeLength(dest), ®exp->fText[startIx],
endIx
- startIx, status);
725
utext_openUChars(&groupText, ®exp->fText[startIx],
endIx
- startIx, status);
[
all
...]
/external/icu4c/i18n/
uregex.cpp
656
int32_t
endIx
= regexp->fMatcher->end (groupNum, *status);
664
int32_t fullLength =
endIx
- startIx;
733
int32_t
endIx
= regexp->fMatcher->end (groupNum, *status);
740
utext_replace(dest, 0, utext_nativeLength(dest), ®exp->fText[startIx],
endIx
- startIx, status);
743
utext_openUChars(&groupText, ®exp->fText[startIx],
endIx
- startIx, status);
[
all
...]
Completed in 500 milliseconds