Searched refs:StrBuffer (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.cpp | 73 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 …]
|
D | stringperf.h | 385 UChar* StrBuffer; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 175 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 195 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local 197 memcpy(StrBuffer, Key.data(), KeyLength); in Create() 198 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 189476 typedef struct StrBuffer StrBuffer; 189477 struct StrBuffer { 189958 StrBuffer *pStr, /* Buffer to append to */ 190083 StrBuffer *pOut /* Write output here */ 190805 StrBuffer res = {0, 0, 0}; 190954 StrBuffer res = {0, 0, 0}; /* Result string */
|