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

/external/icu4c/test/perf/ustrperf/
H A Dstringperf.h380 UChar* StrBuffer; member in class:StringPerformanceTest
/external/llvm/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.
/external/clang/lib/Parse/
H A DParseDecl.cpp457 SmallString<8> StrBuffer; local
459 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid);
/external/sqlite/dist/orig/
H A Dsqlite3.c128711 typedef struct StrBuffer StrBuffer; typedef in typeref:struct:StrBuffer
128712 struct StrBuffer { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c128757 typedef struct StrBuffer StrBuffer; typedef in typeref:struct:StrBuffer
128758 struct StrBuffer { struct
[all...]

Completed in 688 milliseconds