OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inStr1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp
674
UnicodeString
inStr1
= "abcdef this is a test";
682
RegexMatcher *m1 = pat2->matcher(
inStr1
, status);
685
REGEX_ASSERT(m1->input() ==
inStr1
);
689
m1->reset(
inStr1
);
690
REGEX_ASSERT(m1->input() ==
inStr1
);
700
m1->reset(
inStr1
);
703
REGEX_ASSERT(m1->input() ==
inStr1
);
757
m.reset(
inStr1
);
758
len =
inStr1
.length();
[
all
...]
/external/icu4c/test/intltest/
regextst.cpp
776
UnicodeString
inStr1
= "abcdef this is a test";
784
RegexMatcher *m1 = pat2->matcher(
inStr1
, status);
787
REGEX_ASSERT(m1->input() ==
inStr1
);
791
m1->reset(
inStr1
);
792
REGEX_ASSERT(m1->input() ==
inStr1
);
802
m1->reset(
inStr1
);
805
REGEX_ASSERT(m1->input() ==
inStr1
);
859
m.reset(
inStr1
);
860
len =
inStr1
.length();
[
all
...]
Completed in 176 milliseconds