ICU-7666 Regex find progress callback (from branch to trunk) - use U_DRAFT for new uregex API

X-SVN-Rev: 28205
This commit is contained in:
Michael Grady 2010-06-15 22:26:25 +00:00
parent 0f2d14ab3a
commit 3a2936677e

View File

@ -1294,7 +1294,7 @@ U_CDECL_END
* @param status A reference to a UErrorCode to receive any errors.
* @draft ICU 4.6
*/
U_STABLE void U_EXPORT2
U_DRAFT void U_EXPORT2
uregex_setFindProgressCallback(URegularExpression *regexp,
URegexFindProgressCallback *callback,
const void *context,
@ -1312,7 +1312,7 @@ uregex_setFindProgressCallback(URegularExpression *regexp,
* @param status A reference to a UErrorCode to receive any errors.
* @draft ICU 4.6
*/
U_STABLE void U_EXPORT2
U_DRAFT void U_EXPORT2
uregex_getFindProgressCallback(const URegularExpression *regexp,
URegexFindProgressCallback **callback,
const void **context,