mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-4189 Reduce static library dependencies on conversion code,
and allow UCONFIG_NO_CONVERSION to work. X-SVN-Rev: 16922
This commit is contained in:
parent
a643013936
commit
466b466b9f
1 changed files with 2 additions and 1 deletions
|
@ -127,12 +127,13 @@ uregex_open( const UChar *pattern,
|
|||
*
|
||||
* @draft ICU 3.0
|
||||
*/
|
||||
#if !UCONFIG_NO_CONVERSION
|
||||
U_DRAFT URegularExpression * U_EXPORT2
|
||||
uregex_openC( const char *pattern,
|
||||
uint32_t flags,
|
||||
UParseError *pe,
|
||||
UErrorCode *status);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue