Home
last modified time | relevance | path

Searched refs:StrBuffer (Results 1 – 8 of 8) 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/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-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/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/
Dsqlite3.c176448 typedef struct StrBuffer StrBuffer;
176449 struct StrBuffer {
176932 StrBuffer *pStr, /* Buffer to append to */
177057 StrBuffer *pOut /* Write output here */
177778 StrBuffer res = {0, 0, 0};
177927 StrBuffer res = {0, 0, 0}; /* Result string */
/external/sqlite/dist/orig/
Dsqlite3.c176420 typedef struct StrBuffer StrBuffer;
176421 struct StrBuffer {
176904 StrBuffer *pStr, /* Buffer to append to */
177029 StrBuffer *pOut /* Write output here */
177750 StrBuffer res = {0, 0, 0};
177899 StrBuffer res = {0, 0, 0}; /* Result string */