mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-4620 uconfig test updates
X-SVN-Rev: 18163
This commit is contained in:
parent
34d451e3b1
commit
8fe129edf0
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#ifdef XP_CPLUSPLUS
|
||||
#if !UCONFIG_NO_TRANSLITERATION
|
||||
#ifdef XP_CPLUSPLUS
|
||||
|
||||
#include "unicode/uobject.h"
|
||||
#include "unicode/parseerr.h"
|
||||
|
@ -335,7 +335,6 @@ private:
|
|||
|
||||
U_NAMESPACE_END
|
||||
|
||||
#endif /* #if !UCONFIG_NO_TRANSLITERATION */
|
||||
#endif /* #ifdef XP_CPLUSPLUS */
|
||||
|
||||
/**
|
||||
|
@ -351,4 +350,6 @@ U_NAMESPACE_END
|
|||
U_CAPI int32_t
|
||||
utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
|
||||
|
||||
#endif /* #if !UCONFIG_NO_TRANSLITERATION */
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue