Searched refs:URegexMatchCallback (Results 1 – 6 of 6) sorted by relevance
1489 typedef UBool U_CALLCONV URegexMatchCallback ( typedef1510 URegexMatchCallback *callback,1528 URegexMatchCallback **callback,
1663 virtual void setMatchCallback(URegexMatchCallback *callback,1678 virtual void getMatchCallback(URegexMatchCallback *&callback,1838 URegexMatchCallback *fCallbackFn; // Pointer to match progress callback funct.
1087 URegexMatchCallback *callback, in uregex_setMatchCallback()1104 URegexMatchCallback **callback, in uregex_getMatchCallback()
2412 void RegexMatcher::setMatchCallback(URegexMatchCallback *callback, in setMatchCallback()2428 void RegexMatcher::getMatchCallback(URegexMatchCallback *&callback, in getMatchCallback()
4729 URegexMatchCallback *returnedFn = &testCallBackFn; in Callbacks()4744 URegexMatchCallback *returnedFn; in Callbacks()
1284 URegexMatchCallback *returnedFn = &TestCallbackFn; in TestRegexCAPI()