Searched refs:URegexMatchCallback (Results 1 – 6 of 6) sorted by relevance
1363 typedef UBool U_CALLCONV URegexMatchCallback ( typedef1384 URegexMatchCallback *callback,1402 URegexMatchCallback **callback,
1599 virtual void setMatchCallback(URegexMatchCallback *callback,1614 virtual void getMatchCallback(URegexMatchCallback *&callback,1774 URegexMatchCallback *fCallbackFn; // Pointer to match progress callback funct.
1088 URegexMatchCallback *callback, in uregex_setMatchCallback()1105 URegexMatchCallback **callback, in uregex_getMatchCallback()
2408 void RegexMatcher::setMatchCallback(URegexMatchCallback *callback, in setMatchCallback()2424 void RegexMatcher::getMatchCallback(URegexMatchCallback *&callback, in getMatchCallback()
4588 URegexMatchCallback *returnedFn = &testCallBackFn; in Callbacks()4603 URegexMatchCallback *returnedFn; in Callbacks()
1290 URegexMatchCallback *returnedFn = &TestCallbackFn; in TestRegexCAPI()