OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendCapacity
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
charstr.cpp
90
int32_t
appendCapacity
=buffer.getCapacity()-len-1; // -1 for NUL
91
if(
appendCapacity
>=minCapacity) {
92
resultCapacity=
appendCapacity
;
/external/icu4c/test/intltest/
strtest.cpp
544
int32_t
appendCapacity
= 0;
545
char *buffer = chStr.getAppendBuffer(5, 10,
appendCapacity
, errorCode);
Completed in 728 milliseconds