OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineMat
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
dcfmtest.cpp
227
RegexMatcher
lineMat
(UNICODE_STRING_SIMPLE("(?m)^(.*?)$"), testString, 0, status);
238
while (
lineMat
.find()) {
245
UnicodeString testLine =
lineMat
.group(1, status);
regextst.cpp
[
all
...]
Completed in 62 milliseconds