Home
last modified time | relevance | path

Searched refs:reqCapacity (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Dustr_imp.h82 int32_t reqCapacity,/* requested capacity */
93 UChar **pBuffer, int32_t *pCapacity, int32_t reqCapacity,
Dustr_wcs.c41 void **pBuffer, int32_t *pCapacity, int32_t reqCapacity, in u_growAnyBufferFromStatic() argument
44 void *newBuffer=uprv_malloc(reqCapacity*size); in u_growAnyBufferFromStatic()
49 *pCapacity=reqCapacity; in u_growAnyBufferFromStatic()
Dustring.c1419 UChar **pBuffer, int32_t *pCapacity, int32_t reqCapacity, in u_growBufferFromStatic() argument
1421 UChar *newBuffer=(UChar *)uprv_malloc(reqCapacity*U_SIZEOF_UCHAR); in u_growBufferFromStatic()
1426 *pCapacity=reqCapacity; in u_growBufferFromStatic()