mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 07:22:11 +00:00
ICU-6149 Use traditional ICU C callback declarations.
X-SVN-Rev: 23485
This commit is contained in:
parent
2eb00165d0
commit
d1b51942ad
1 changed files with 2 additions and 2 deletions
|
@ -701,7 +701,7 @@ uregex_getStackLimit(const URegularExpression *regexp,
|
|||
//------------------------------------------------------------------------------
|
||||
U_CAPI void U_EXPORT2
|
||||
uregex_setMatchCallback(URegularExpression *regexp,
|
||||
URegexMatchCallback callback,
|
||||
URegexMatchCallback *callback,
|
||||
const void *context,
|
||||
UErrorCode *status) {
|
||||
if (validateRE(regexp, status)) {
|
||||
|
@ -717,7 +717,7 @@ uregex_setMatchCallback(URegularExpression *regexp,
|
|||
//------------------------------------------------------------------------------
|
||||
U_CAPI void U_EXPORT2
|
||||
uregex_getMatchCallback(const URegularExpression *regexp,
|
||||
URegexMatchCallback *callback,
|
||||
URegexMatchCallback **callback,
|
||||
const void **context,
|
||||
UErrorCode *status) {
|
||||
if (validateRE(regexp, status)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue