OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StrBuffer
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
StringMap.h
168
char *
StrBuffer
= const_cast<char*>(NewItem->getKeyData());
169
memcpy(
StrBuffer
, KeyStart, KeyLength);
170
StrBuffer
[KeyLength] = 0; // Null terminate for convenience of clients.
/external/icu4c/test/perf/ustrperf/
stringperf.h
378
UChar*
StrBuffer
;
Completed in 1007 milliseconds