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

  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.cpp 733 // OSCL_wFastString Implementation
741 void OSCL_wFastString::set_rep(const chartype* cp)
754 void OSCL_wFastString::append_rep(const chartype* cp)
771 void OSCL_wFastString::set_rep(const OSCL_wString& src)
786 void OSCL_wFastString::append_rep(const OSCL_wString& src)
796 void OSCL_wFastString::set_len(uint32 len)
807 OSCL_EXPORT_REF OSCL_wFastString::OSCL_wFastString()
818 OSCL_EXPORT_REF OSCL_wFastString::OSCL_wFastString(const chartype* cp
    [all...]
oscl_string_containers.h 596 OSCL_wFastString is identical to OSCL_FastString
600 class OSCL_wFastString : public OSCL_wString
605 OSCL_IMPORT_REF OSCL_wFastString();
607 OSCL_IMPORT_REF OSCL_wFastString(const OSCL_wFastString& src);
609 OSCL_IMPORT_REF OSCL_wFastString(const chartype* cstr);
610 OSCL_IMPORT_REF OSCL_wFastString(chartype* buf, uint32 maxlen);
612 OSCL_IMPORT_REF ~OSCL_wFastString();
619 OSCL_IMPORT_REF OSCL_wFastString& operator=(const OSCL_wFastString& src)
    [all...]

Completed in 127 milliseconds