OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testString1
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java
62
String
testString1
= "babbabbcccabbabbabbabbabb";
65
Matcher mat = pat.matcher(
testString1
);
70
assertEquals("Reset should return itself 2", mat, mat.reset(
testString1
));
203
String
testString1
= "babbabbcccabbabbabbabbabb";
206
Matcher mat1 = pat.matcher(
testString1
);
/external/icu4c/test/intltest/
rbbiapts.cpp
590
UnicodeString
testString1
= "abc123..abc";
600
bi->setText(
testString1
);
601
doBoundaryTest(*bi,
testString1
, bounds1);
617
UnicodeString
testString1
= "$@!$@!X$@!!X";
627
bi->setText(
testString1
);
628
doBoundaryTest(*bi,
testString1
, bounds1);
643
UnicodeString
testString1
(str);
661
bi->setText(
testString1
);
663
doBoundaryTest(*bi,
testString1
, bounds1);
691
testString1
= "test line. \n"
[
all
...]
rbbitst.cpp
377
UnicodeString
testString1
= "abc123..abc Help me Help me!";
391
bi->setText(
testString1
);
[
all
...]
/external/icu4c/test/cintltst/
reapits.c
239
UChar
testString1
[30];
262
u_uastrncpy(
testString1
, "abcccd", sizeof(pat)/2);
266
uregex_setText(clone1,
testString1
, -1, &status);
[
all
...]
capitst.c
[
all
...]
Completed in 274 milliseconds