OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrBuffer
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/perf/ustrperf/
stringperf.cpp
68
StrBuffer
=NULL;
107
StrBuffer
= new UChar[srcLen];
109
memcpy(
StrBuffer
, src, srcLen * U_SIZEOF_UCHAR);
117
delete[]
StrBuffer
;
163
return new StringPerfFunction(ctor,
StrBuffer
, StrBufferLen, uselen);
172
return new StringPerfFunction(ctor1,
StrBuffer
, StrBufferLen, uselen);
181
return new StringPerfFunction(ctor2,
StrBuffer
, StrBufferLen, uselen);
190
return new StringPerfFunction(ctor3,
StrBuffer
, StrBufferLen, uselen);
199
return new StringPerfFunction(assign,
StrBuffer
, StrBufferLen, uselen);
208
return new StringPerfFunction(assign1,
StrBuffer
, StrBufferLen, uselen)
[
all
...]
stringperf.h
378
UChar*
StrBuffer
;
/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.
Completed in 19 milliseconds