OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMore
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/intltest/
encoll.cpp
232
static const UChar
testMore
[][CollationEnglishTest::MAX_TOKEN_LEN] = {
263
const int32_t testMoreSize = (int32_t)(sizeof(
testMore
) / sizeof(
testMore
[0]));
274
doTest(myCollation,
testMore
[i],
testMore
[j], expected );
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationEnglishTest.java
230
private static char[][]
testMore
= {
304
for (i = 0; i <
testMore
.length; i++)
306
for (j = 0; j <
testMore
.length; j++)
314
doTest(
testMore
[i],
testMore
[j], expected );
/external/icu/icu4c/source/test/cintltst/
encoll.c
241
static const UChar
testMore
[][MAX_TOKEN_LEN] = {
291
testMoreSize = sizeof(
testMore
) / sizeof(
testMore
[0]);
299
doTest(myCollation,
testMore
[i],
testMore
[j], expected );
/art/test/700-LoadArgRegs/src/
Main.java
273
static void
testMore
(int i1, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8, double d9, int i2, int i3, int i4, int i5, int i6) {
298
testMore
(1, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 2, 3, 4, 5, 6);
Completed in 167 milliseconds