mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16282
This commit is contained in:
parent
4c9c1a4c61
commit
587e2cef3e
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
#include "ucnv_bld.h"
|
||||
#include "uset_imp.h"
|
||||
|
||||
#if !UCONFIG_NO_CONVERSION
|
||||
|
||||
U_CAPI void U_EXPORT2
|
||||
ucnv_getUnicodeSet(const UConverter *cnv,
|
||||
USet *setFillIn,
|
||||
|
@ -60,3 +62,5 @@ ucnv_getUnicodeSet(const UConverter *cnv,
|
|||
cnv->sharedData->impl->getUnicodeSet(cnv, &sa, whichSet, pErrorCode);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
|
||||
/**
|
||||
* \def UCONFIG_NO_CONVERSION
|
||||
* ICU will not completely build with this switch turned on.
|
||||
* This switch turns off all converters.
|
||||
*
|
||||
* @draft ICU 3.2
|
||||
|
|
Loading…
Add table
Reference in a new issue