HomeSort by relevance Sort by last modified time
    Searched refs:StrBuffer (Results 1 - 4 of 4) sorted by null

  /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/clang/lib/Parse/
ParseDecl.cpp 561 SmallString<8> StrBuffer;
563 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid);
    [all...]

Completed in 320 milliseconds