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