HomeSort by relevance Sort by last modified time
    Searched defs:CStr (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/common/
cstr.h 11 * File: cstr.h
24 * ICU-internal class CStr, a small helper class to facilitate passing UnicodeStrings
36 * printf("%s", CStr(s)());
38 * The explicit call to the CStr() constructor creates a temporary object.
46 class U_COMMON_API CStr : public UMemory {
48 CStr(const UnicodeString &in);
49 ~CStr();
54 CStr(const CStr &other); // Forbid copying of this class.
55 CStr &operator =(const CStr &other); // Forbid assignment
    [all...]
cstr.cpp 14 #include "cstr.h"
21 CStr::CStr(const UnicodeString &in) {
47 CStr::~CStr() {
50 const char * CStr::operator ()() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 735 const char* xmlcstr = printer.CStr();
1008 const char* cstr = Attribute( name ); local
    [all...]
  /external/tinyxml2/
tinyxml2.h 578 const char* xmlcstr = printer.CStr();
    [all...]

Completed in 561 milliseconds