Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java1012 String testNameFromParams = getProperty("rules"); in TestMonkey() local
1014 if (testNameFromParams != null) { in TestMonkey()
1015 tests = new String[] {testNameFromParams}; in TestMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java1015 String testNameFromParams = getProperty("rules"); in TestMonkey() local
1017 if (testNameFromParams != null) { in TestMonkey()
1018 tests = new String[] {testNameFromParams}; in TestMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp912 CharString testNameFromParams; in testMonkey() local
913 if (getStringParam("rules", params, testNameFromParams, status)) { in testMonkey()
914 tests[0] = testNameFromParams.data(); in testMonkey()