OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTestCases
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
ExhaustiveTest.java
27
for(int i = 0; i <
fTestCases
.length; i++) {
28
simpleTest(
fTestCases
[i]);
49
for(int i = 0; i <
fTestCases
.length; i++) {
50
myTest(
fTestCases
[i].toCharArray(),
fTestCases
[i].length());
87
for(int i = 0; i <
fTestCases
.length; i++) {
88
myMultipassTest(
fTestCases
[i].toCharArray(),
fTestCases
[i].length());
261
private static final String []
fTestCases
= {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
ExhaustiveTest.java
24
for(int i = 0; i <
fTestCases
.length; i++) {
25
simpleTest(
fTestCases
[i]);
46
for(int i = 0; i <
fTestCases
.length; i++) {
47
myTest(
fTestCases
[i].toCharArray(),
fTestCases
[i].length());
84
for(int i = 0; i <
fTestCases
.length; i++) {
85
myMultipassTest(
fTestCases
[i].toCharArray(),
fTestCases
[i].length());
258
private static final String []
fTestCases
= {
/external/icu/icu4c/source/test/cintltst/
nucnvtst.c
[
all
...]
Completed in 513 milliseconds