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

  /external/icu/icu4c/source/common/
cstr.h 9 * File: cstr.h
22 * ICU-internal class CStr, a small helper class to facilitate passing UnicodStrings
31 * printf("%s", CStr(s)());
33 * The explicit call to the CStr() constructor creates a temporary object.
41 class U_COMMON_API CStr : public UMemory {
43 CStr(const UnicodeString &in);
44 ~CStr();
49 CStr(const CStr &other); // Forbid copying of this class.
50 CStr &operator =(const CStr &other); // Forbid assignment
    [all...]
cstr.cpp 12 #include "cstr.h"
16 CStr::CStr(const UnicodeString &in) {
27 CStr::~CStr() {
30 const char * CStr::operator ()() const {
  /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 6244 milliseconds