OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testString1
(Results
1 - 8
of
8
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java
384
String
testString1
= "Write here. \u092d\u0301\u0930\u0924 \u0938\u0941\u0902\u0926\u0930 a\u0301u";
386
charIter1.setText(
testString1
);
388
doBoundaryTest(charIter1,
testString1
, bounds1);
390
wordIter2.setText(
testString1
);
392
doBoundaryTest(wordIter2,
testString1
, bounds2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java
381
String
testString1
= "Write here. \u092d\u0301\u0930\u0924 \u0938\u0941\u0902\u0926\u0930 a\u0301u";
383
charIter1.setText(
testString1
);
385
doBoundaryTest(charIter1,
testString1
, bounds1);
387
wordIter2.setText(
testString1
);
389
doBoundaryTest(wordIter2,
testString1
, bounds2);
/external/icu/icu4c/source/test/intltest/
rbbiapts.cpp
600
UnicodeString
testString1
= "abc123..abc";
610
bi->setText(
testString1
);
611
doBoundaryTest(*bi,
testString1
, bounds1);
627
UnicodeString
testString1
= "$@!$@!X$@!!X";
637
bi->setText(
testString1
);
638
doBoundaryTest(*bi,
testString1
, bounds1);
655
UnicodeString
testString1
(str);
671
bi->setText(
testString1
);
673
doBoundaryTest(*bi,
testString1
, bounds1);
701
testString1
= "test line. \n"
[
all
...]
/external/icu/icu4c/source/test/cintltst/
reapits.c
282
UChar
testString1
[30];
305
u_uastrncpy(
testString1
, "abcccd", UPRV_LENGTHOF(pat));
309
uregex_setText(clone1,
testString1
, -1, &status);
[
all
...]
capitst.c
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java
292
String
testString1
= "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?";
295
CollationElementIterator iterator1 = ((RuleBasedCollator)col).getCollationElementIterator(
testString1
);
297
CharacterIterator chariter=new StringCharacterIterator(
testString1
);
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java
289
String
testString1
= "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?";
292
CollationElementIterator iterator1 = ((RuleBasedCollator)col).getCollationElementIterator(
testString1
);
294
CharacterIterator chariter=new StringCharacterIterator(
testString1
);
[
all
...]
/art/test/160-read-barrier-stress/src/
Main.java
147
String
testString1
= null;
154
testString1
= "
testString1
";
167
assertSameObject(
testString1
, "
testString1
");
[
all
...]
Completed in 1017 milliseconds