OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrBuffer
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/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
380
UChar*
StrBuffer
;
/external/icu/icu4c/source/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
380
UChar*
StrBuffer
;
/external/llvm/include/llvm/ADT/
StringMap.h
160
char *
StrBuffer
= const_cast<char*>(NewItem->getKeyData());
161
memcpy(
StrBuffer
, Key.data(), KeyLength);
162
StrBuffer
[KeyLength] = 0; // Null terminate for convenience of clients.
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c
101
typedef struct
StrBuffer
StrBuffer
;
102
struct
StrBuffer
{
534
StrBuffer
*pStr, /* Buffer to append to */
542
/* If there is insufficient space allocated at
StrBuffer
.z, use realloc()
657
StrBuffer
*pOut /* Write output here */
[
all
...]
/external/clang/lib/Parse/
ParseDecl.cpp
562
SmallString<8>
StrBuffer
;
564
StringRef Str = PP.getSpelling(Tok,
StrBuffer
, &Invalid);
[
all
...]
Completed in 270 milliseconds