OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testString1
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/test/intltest/
rbbiapts.cpp
594
UnicodeString
testString1
= "abc123..abc";
604
bi->setText(
testString1
);
605
doBoundaryTest(*bi,
testString1
, bounds1);
621
UnicodeString
testString1
= "$@!$@!X$@!!X";
631
bi->setText(
testString1
);
632
doBoundaryTest(*bi,
testString1
, bounds1);
649
UnicodeString
testString1
(str);
665
bi->setText(
testString1
);
667
doBoundaryTest(*bi,
testString1
, bounds1);
695
testString1
= "test line. \n"
[
all
...]
apicoll.cpp
663
UnicodeString
testString1
("XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
666
CollationElementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(
testString1
);
668
CharacterIterator *chariter=new StringCharacterIterator(
testString1
);
672
CollationElementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(
testString1
);
[
all
...]
rbbitst.cpp
324
UnicodeString
testString1
= "abc123..abc Help me Help me!";
338
bi->setText(
testString1
);
[
all
...]
/libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java
63
String
testString1
= "babbabbcccabbabbabbabbabb";
66
Matcher mat = pat.matcher(
testString1
);
71
assertEquals("Reset should return itself 2", mat, mat.reset(
testString1
));
204
String
testString1
= "babbabbcccabbabbabbabbabb";
207
Matcher mat1 = pat.matcher(
testString1
);
/external/icu4c/test/cintltst/
capitst.c
[
all
...]
reapits.c
276
UChar
testString1
[30];
299
u_uastrncpy(
testString1
, "abcccd", sizeof(pat)/2);
303
uregex_setText(clone1,
testString1
, -1, &status);
[
all
...]
Completed in 97 milliseconds