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

  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.cpp 250 // OSCL_wHeapStringA Implementation
259 void OSCL_wHeapStringA::set_rep(const chartype* cp, uint32 len)
272 void OSCL_wHeapStringA::append_rep(const chartype* cp, uint32 len)
285 void OSCL_wHeapStringA::set_rep(const chartype* cp)
299 void OSCL_wHeapStringA::append_rep(const chartype* cp)
312 void OSCL_wHeapStringA::set_rep(const OSCL_wString& src)
324 void OSCL_wHeapStringA::append_rep(const OSCL_wString& src)
338 OSCL_EXPORT_REF uint32 OSCL_wHeapStringA::get_size() const
351 void OSCL_wHeapStringA::set_len(uint32 len)
365 OSCL_EXPORT_REF uint32 OSCL_wHeapStringA::get_maxsize() cons
    [all...]
oscl_string_containers.h 329 OSCL_wHeapStringA is identical to OSCL_HeapStringA
333 class OSCL_wHeapStringA : public OSCL_wString
338 OSCL_IMPORT_REF OSCL_wHeapStringA();
339 OSCL_IMPORT_REF OSCL_wHeapStringA(Oscl_DefAlloc *alloc, OsclRefCounter *ref = NULL);
341 OSCL_IMPORT_REF OSCL_wHeapStringA(const OSCL_wHeapStringA& src);
342 OSCL_IMPORT_REF OSCL_wHeapStringA(const OSCL_wHeapStringA& src, Oscl_DefAlloc *alloc, OsclRefCounter *ref = NULL);
343 OSCL_IMPORT_REF OSCL_wHeapStringA(const OSCL_wString& src, Oscl_DefAlloc *alloc = NULL, OsclRefCounter *ref = NULL);
345 OSCL_IMPORT_REF OSCL_wHeapStringA(const chartype* cstr, Oscl_DefAlloc *alloc = NULL, OsclRefCounter *ref = NULL)
    [all...]
  /external/opencore/fileformats/pvx/parser/include/
pvpvxparser.h 106 OSCL_wHeapStringA iLaunchURL;
  /external/opencore/fileformats/pvx/parser/src/
pvpvxparser.cpp 52 iLaunchURL = OSCL_wHeapStringA();
357 OSCL_wHeapStringA tmp16(launchurl16, dLaunchURLSize);

Completed in 639 milliseconds