Home
last modified time | relevance | path

Searched refs:allrules (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ditrbnfp.cpp114 const char** allrules[] = { in TestParse() local
120 for (int j = 0; allrules[j]; ++j) { in TestParse()
121 const char** rules = allrules[j]; in TestParse()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRBNFParseTest.java76 String[][] allrules = { in TestParse() local
81 for (int j = 0; j < allrules.length; ++j) { in TestParse()
82 String[] tests = allrules[j]; in TestParse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRBNFParseTest.java79 String[][] allrules = { in TestParse() local
84 for (int j = 0; j < allrules.length; ++j) { in TestParse()
85 String[] tests = allrules[j]; in TestParse()