Searched defs:StrBuffer (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h380 UChar* StrBuffer; member in class:StringPerformanceTest
/external/llvm/include/llvm/ADT/
H A DStringMap.h165 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); local
167 memcpy(StrBuffer, Key.data(), KeyLength);
168 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
/external/clang/lib/Parse/
H A DParseDecl.cpp566 SmallString<8> StrBuffer; local
568 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid);
/external/sqlite/dist/orig/
H A Dsqlite3.c151682 typedef struct StrBuffer StrBuffer; typedef in typeref:struct:StrBuffer
151683 struct StrBuffer { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c151712 typedef struct StrBuffer StrBuffer; typedef in typeref:struct:StrBuffer
151713 struct StrBuffer { struct
[all...]

Completed in 1127 milliseconds