Searched refs:StrBuffer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ustrperf/
H A Dstringperf.cpp68 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, StrBufferLe
[all...]
H A Dstringperf.h380 UChar* StrBuffer; member in class:StringPerformanceTest
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringMap.h159 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); local
160 memcpy(StrBuffer, KeyStart, KeyLength);
161 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c125630 typedef struct StrBuffer StrBuffer; typedef in typeref:struct:StrBuffer
125631 struct StrBuffer { struct
[all...]

Completed in 385 milliseconds