Home
last modified time | relevance | path

Searched refs:StrBuffer (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp73 StrBuffer=NULL; in StringPerformanceTest()
112 StrBuffer = new UChar[srcLen]; in StringPerformanceTest()
114 memcpy(StrBuffer, src, srcLen * U_SIZEOF_UCHAR); in StringPerformanceTest()
122 delete[] StrBuffer; in ~StringPerformanceTest()
168 return new StringPerfFunction(ctor, StrBuffer, StrBufferLen, uselen); in TestCtor()
177 return new StringPerfFunction(ctor1, StrBuffer, StrBufferLen, uselen); in TestCtor1()
186 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen); in TestCtor2()
195 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen); in TestCtor3()
204 return new StringPerfFunction(assign, StrBuffer, StrBufferLen, uselen); in TestAssign()
213 return new StringPerfFunction(assign1, StrBuffer, StrBufferLen, uselen); in TestAssign1()
[all …]
Dstringperf.h385 UChar* StrBuffer; variable
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h168 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local
169 memcpy(StrBuffer, KeyStart, KeyLength); in Create()
170 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h175 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local
177 memcpy(StrBuffer, Key.data(), KeyLength); in Create()
178 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/external/llvm/include/llvm/ADT/
DStringMap.h169 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local
171 memcpy(StrBuffer, Key.data(), KeyLength); in Create()
172 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringMap.h173 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local
175 memcpy(StrBuffer, Key.data(), KeyLength); in Create()
176 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/external/clang/lib/Parse/
DParseDecl.cpp567 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
569 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()
/external/sqlite/dist/orig/
Dsqlite3.c164699 typedef struct StrBuffer StrBuffer;
164700 struct StrBuffer {
165177 StrBuffer *pStr, /* Buffer to append to */
165301 StrBuffer *pOut /* Write output here */
165991 StrBuffer res = {0, 0, 0};
166136 StrBuffer res = {0, 0, 0}; /* Result string */
/external/sqlite/dist/
Dsqlite3.c164727 typedef struct StrBuffer StrBuffer;
164728 struct StrBuffer {
165205 StrBuffer *pStr, /* Buffer to append to */
165329 StrBuffer *pOut /* Write output here */
166019 StrBuffer res = {0, 0, 0};
166164 StrBuffer res = {0, 0, 0}; /* Result string */