Searched refs:uregex_setMatchCallback (Results 1 – 4 of 4) sorted by relevance
1519 uregex_setMatchCallback(URegularExpression *regexp,
1334 uregex_setMatchCallback(re, &TestCallbackFn, &cbInfo, &status); in TestRegexCAPI()2297 uregex_setMatchCallback(re, MatchCallback, NULL, &status); in TestBug10815()
1419 #define uregex_setMatchCallback U_ICU_ENTRY_POINT_RENAME(uregex_setMatchCallback) macro
1081 uregex_setMatchCallback(URegularExpression *regexp2, in uregex_setMatchCallback() function