OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAppendBuffer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
charstr.cpp
61
// The caller wrote into the
getAppendBuffer
().
82
char *CharString::
getAppendBuffer
(int32_t minCapacity,
/external/icu4c/common/
appendable.cpp
58
Appendable::
getAppendBuffer
(int32_t minCapacity,
charstr.cpp
61
// The caller wrote into the
getAppendBuffer
().
82
char *CharString::
getAppendBuffer
(int32_t minCapacity,
unistr.cpp
889
char *utf8 = sink.
GetAppendBuffer
(length16 < capacity ? length16 : capacity,
[
all
...]
Completed in 228 milliseconds