Home | History | Annotate | Download | only in intltest

Lines Matching defs:cbInfo

4368         callBackContext cbInfo = {this, 0, 0, 0};
4374 matcher.setMatchCallback(testCallBackFn, &cbInfo, status);
4379 REGEX_ASSERT(returnedContext == &cbInfo);
4383 cbInfo.reset(1);
4388 REGEX_ASSERT(cbInfo.numCalls == 0);
4393 cbInfo.reset(4);
4398 REGEX_ASSERT(cbInfo.numCalls > 0);
4402 cbInfo.reset(4);
4407 REGEX_ASSERT(cbInfo.numCalls == 4);