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

  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.cpp 249 // OSCL_HeapStringA Implementation
253 void OSCL_HeapStringA::set_rep(const chartype* cp, uint32 len)
266 void OSCL_HeapStringA::append_rep(const chartype* cp, uint32 len)
279 void OSCL_HeapStringA::set_rep(const chartype* cp)
293 void OSCL_HeapStringA::append_rep(const chartype* cp)
307 void OSCL_HeapStringA::set_rep(const OSCL_String& src)
319 void OSCL_HeapStringA::append_rep(const OSCL_String& src)
331 OSCL_EXPORT_REF uint32 OSCL_HeapStringA::get_size() const
346 void OSCL_HeapStringA::set_len(uint32 len)
358 OSCL_EXPORT_REF uint32 OSCL_HeapStringA::get_maxsize() cons
    [all...]
oscl_string_containers.h 212 OSCL_HeapStringA is a simple string class, compatible with
219 persist over the lifetime of all OSCL_HeapStringA objects that use it.
234 class OSCL_HeapStringA : public OSCL_String
247 OSCL_IMPORT_REF OSCL_HeapStringA();
248 OSCL_IMPORT_REF OSCL_HeapStringA(Oscl_DefAlloc *alloc, OsclRefCounter *ref = NULL);
259 OSCL_IMPORT_REF OSCL_HeapStringA(const OSCL_HeapStringA& src);
260 OSCL_IMPORT_REF OSCL_HeapStringA(const OSCL_HeapStringA& src, Oscl_DefAlloc *alloc, OsclRefCounter *ref = NULL);
261 OSCL_IMPORT_REF OSCL_HeapStringA(const OSCL_String& src, Oscl_DefAlloc *alloc = NULL, OsclRefCounter *ref = NULL)
    [all...]
  /external/opencore/fileformats/pvx/parser/src/
pvpvxparser.cpp 346 OSCL_HeapStringA launchurl8((const char *)&aBuffer[FileLoc], dLaunchURLSize);

Completed in 304 milliseconds