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