Searched refs:getIntParam (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.h | 68 …static UBool getIntParam(UnicodeString name, UnicodeString ¶ms, int64_t &val, UErrorCode &stat…
|
D | rbbimonkeytest.cpp | 919 getIntParam("loop", params, loopCount, status); in testMonkey() 928 getIntParam("seed", params, seed, status); in testMonkey() 980 UBool RBBIMonkeyTest::getIntParam(UnicodeString name, UnicodeString ¶ms, int64_t &val, UErrorC… in getIntParam() function in RBBIMonkeyTest
|
D | ssearch.cpp | 1269 static int32_t getIntParam(UnicodeString name, UnicodeString ¶ms, int32_t defaultVal) { in getIntParam() function 1409 loopCount = getIntParam("loop", p, loopCount); in monkeyTest() 1410 m_seed = getIntParam("seed", p, m_seed); in monkeyTest()
|
D | rbbitst.cpp | 3277 static int32_t getIntParam(UnicodeString name, UnicodeString ¶ms, int32_t defaultVal) { in getIntParam() function 3713 loopCount = getIntParam("loop", p, loopCount); in TestMonkey() 3714 seed = getIntParam("seed", p, seed); in TestMonkey()
|