ICU-4078 forgot to move 2 constants from ustrtrns.c
X-SVN-Rev: 16268
This commit is contained in:
parent
235b61e6f9
commit
d07a737592
@ -49,6 +49,8 @@ u_growAnyBufferFromStatic(void *context,
|
||||
return (UBool)(newBuffer!=NULL);
|
||||
}
|
||||
|
||||
#define _STACK_BUFFER_CAPACITY 1000
|
||||
#define _BUFFER_CAPACITY_MULTIPLIER 2
|
||||
|
||||
#if !defined(U_WCHAR_IS_UTF16) && !defined(U_WCHAR_IS_UTF32)
|
||||
/* helper function */
|
||||
|
Loading…
Reference in New Issue
Block a user