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

  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.cpp 732 // OSCL_FastString Implementation
735 void OSCL_FastString::set_rep(const chartype* cp)
748 void OSCL_FastString::append_rep(const chartype* cp)
762 void OSCL_FastString::set_rep(const OSCL_String& src)
781 void OSCL_FastString::append_rep(const OSCL_String& src)
792 void OSCL_FastString::set_len(uint32 len)
802 OSCL_EXPORT_REF OSCL_FastString::OSCL_FastString()
813 OSCL_EXPORT_REF OSCL_FastString::OSCL_FastString(const chartype* cp
    [all...]
oscl_string_containers.h 507 OSCL_FastString is a simple string class, compatible with
520 class OSCL_FastString : public OSCL_String
528 OSCL_IMPORT_REF OSCL_FastString();
536 OSCL_IMPORT_REF OSCL_FastString(const OSCL_FastString& src);
543 OSCL_IMPORT_REF OSCL_FastString(const chartype* cstr);
552 OSCL_IMPORT_REF OSCL_FastString(chartype* buf, uint32 maxlen);
554 OSCL_IMPORT_REF ~OSCL_FastString();
565 OSCL_IMPORT_REF OSCL_FastString& operator=(const OSCL_FastString& src)
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_download_common.cpp 56 OSCL_FastString fieldKeyString(_STRLIT_CHAR("Host"));
65 OSCL_FastString fieldValueString(_STRLIT_CHAR("Keep-Alive"));
pvmf_protocol_engine_node_download_common.cpp 231 OSCL_FastString aUserAgent;
    [all...]
  /external/opencore/engines/2way/test/src/
test_base.cpp 74 OSCL_FastString aStr;
  /external/opencore/protocols/http_parcom/src/
http_composer.cpp 219 OSCL_FastString versionString;
http_parser.cpp 249 OSCL_FastString bytesString(_STRLIT_CHAR("bytes"));
323 OSCL_FastString typeString(_STRLIT_CHAR("multipart/byteranges"));
411 OSCL_FastString chunkedString(_STRLIT_CHAR("chunked"));
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.cpp 431 OSCL_FastString user_agent(PDL_HTTP_USER_AGENT); // defined in pvmf_protocolengine_node_tunables.h
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_common.cpp     [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp     [all...]
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.cpp     [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp     [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp     [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp     [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp     [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 850 OSCL_FastString iMime;
    [all...]

Completed in 308 milliseconds