ICU-1501 Added u_getMaxCaseExpansion(). This can be considered added into API in the future.

X-SVN-Rev: 7173
This commit is contained in:
Helena Chapman 2001-11-29 19:27:40 +00:00
parent ca75cd937e
commit 32b4e49fd6

View File

@ -164,4 +164,6 @@ u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorC
U_CAPI int32_t U_EXPORT2
u_terminateWChars(wchar_t *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
#define u_getMaxCaseExpansion() 10
#endif