OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendCapacity
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/common/unicode/
appendable.h
86
*
appendCapacity
UChars. A subclass might use this to pre-allocate
89
* @param
appendCapacity
estimated number of UChars that will be appended
93
virtual UBool reserveAppendCapacity(int32_t
appendCapacity
);
197
*
appendCapacity
UChars.
198
* @param
appendCapacity
estimated number of UChars that will be appended
202
virtual UBool reserveAppendCapacity(int32_t
appendCapacity
);
/external/icu4c/common/
charstr.cpp
90
int32_t
appendCapacity
=buffer.getCapacity()-len-1; // -1 for NUL
91
if(
appendCapacity
>=minCapacity) {
92
resultCapacity=
appendCapacity
;
unistr.cpp
[
all
...]
/external/icu4c/test/intltest/
strtest.cpp
512
int32_t
appendCapacity
= 0;
513
char *buffer = chStr.getAppendBuffer(5, 10,
appendCapacity
, errorCode);
/external/icu4c/i18n/
ucol.cpp
[
all
...]
Completed in 753 milliseconds