Home
last modified time | relevance | path

Searched refs:getIntParam (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.h68 …static UBool getIntParam(UnicodeString name, UnicodeString &params, int64_t &val, UErrorCode &stat…
Drbbimonkeytest.cpp919 getIntParam("loop", params, loopCount, status); in testMonkey()
928 getIntParam("seed", params, seed, status); in testMonkey()
980 UBool RBBIMonkeyTest::getIntParam(UnicodeString name, UnicodeString &params, int64_t &val, UErrorC… in getIntParam() function in RBBIMonkeyTest
Dssearch.cpp1269 static int32_t getIntParam(UnicodeString name, UnicodeString &params, int32_t defaultVal) { in getIntParam() function
1409 loopCount = getIntParam("loop", p, loopCount); in monkeyTest()
1410 m_seed = getIntParam("seed", p, m_seed); in monkeyTest()
Drbbitst.cpp3277 static int32_t getIntParam(UnicodeString name, UnicodeString &params, int32_t defaultVal) { in getIntParam() function
3713 loopCount = getIntParam("loop", p, loopCount); in TestMonkey()
3714 seed = getIntParam("seed", p, seed); in TestMonkey()