Lines Matching refs:params
50 void RBBITest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* params )
112 TestMonkey(params);
3850 // params
3861 static int32_t getIntParam(UnicodeString name, UnicodeString ¶ms, int32_t defaultVal) {
3865 RegexMatcher m(name, params, 0, status);
3873 params.extract(m.start(1, status), paramLength, valString, sizeof(valString));
3876 // Delete this parameter from the params string.
3878 params = m.replaceFirst("", status);
4272 void RBBITest::TestMonkey(char *params) {
4286 if (params) {
4287 UnicodeString p(params);