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

  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.h 151 void set_rep(const chartype*, uint32);
156 void set_rep(const chartype* cstr);
158 void set_rep(const OSCL_String& src);
200 void set_rep(const chartype*, uint32);
203 void set_rep(const chartype* cstr);
205 void set_rep(const OSCL_wString& src);
315 void set_rep(const chartype*, uint32);
320 void set_rep(const chartype* cstr);
322 void set_rep(const OSCL_String& src);
368 void set_rep(const chartype*, uint32)
644 void OSCL_HeapString<Alloc>::set_rep(const chartype* cp, uint32 len) function in class:OSCL_HeapString
651 void OSCL_wHeapString<Alloc>::set_rep(const chartype* cp, uint32 len) function in class:OSCL_wHeapString
674 void OSCL_HeapString<Alloc>::set_rep(const chartype* cp) function in class:OSCL_HeapString
680 void OSCL_wHeapString<Alloc>::set_rep(const chartype* cp) function in class:OSCL_wHeapString
702 void OSCL_HeapString<Alloc>::set_rep(const OSCL_String& src) function in class:OSCL_HeapString
708 void OSCL_wHeapString<Alloc>::set_rep(const OSCL_wString& src) function in class:OSCL_wHeapString
1000 void OSCL_StackString<MaxBufSize>::set_rep(const chartype* cp) function in class:OSCL_StackString
1006 void OSCL_wStackString<MaxBufSize>::set_rep(const chartype* cp) function in class:OSCL_wStackString
1027 void OSCL_StackString<MaxBufSize>::set_rep(const OSCL_String& src) function in class:OSCL_StackString
1033 void OSCL_wStackString<MaxBufSize>::set_rep(const OSCL_wString& src) function in class:OSCL_wStackString
    [all...]
oscl_string_containers.cpp 35 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, uint32 len) function in class:CHeapRep
54 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar* cp, uint32 len) function in class:CHeapRep
253 void OSCL_HeapStringA::set_rep(const chartype* cp, uint32 len) function in class:OSCL_HeapStringA
256 CHeapRep::set_rep(iRep, *iAlloc, cp, len);
259 void OSCL_wHeapStringA::set_rep(const chartype* cp, uint32 len) function in class:OSCL_wHeapStringA
262 CHeapRep::set_rep(iRep, *iAlloc, cp, len);
279 void OSCL_HeapStringA::set_rep(const chartype* cp) function in class:OSCL_HeapStringA
282 set_rep(cp, len);
285 void OSCL_wHeapStringA::set_rep(const chartype* cp) function in class:OSCL_wHeapStringA
288 set_rep(cp, len)
307 void OSCL_HeapStringA::set_rep(const OSCL_String& src) function in class:OSCL_HeapStringA
312 void OSCL_wHeapStringA::set_rep(const OSCL_wString& src) function in class:OSCL_wHeapStringA
735 void OSCL_FastString::set_rep(const chartype* cp) function in class:OSCL_FastString
741 void OSCL_wFastString::set_rep(const chartype* cp) function in class:OSCL_wFastString
762 void OSCL_FastString::set_rep(const OSCL_String& src) function in class:OSCL_FastString
771 void OSCL_wFastString::set_rep(const OSCL_wString& src) function in class:OSCL_wFastString
    [all...]
oscl_string.h 192 virtual void set_rep(const chartype* cstr) = 0;
202 virtual void set_rep(const OSCL_String& src) = 0;
272 virtual void set_rep(const chartype* cstr) = 0;
275 virtual void set_rep(const OSCL_wString& src) = 0;
oscl_string_rep.h 63 OSCL_IMPORT_REF static void set_rep(CHeapRep*&, Oscl_DefAlloc&, const char*, uint32);
64 OSCL_IMPORT_REF static void set_rep(CHeapRep*&, Oscl_DefAlloc&, const oscl_wchar*, uint32);
oscl_string.cpp 346 set_rep(src);
352 set_rep(src);
359 set_rep(cp);
365 set_rep(cp);

Completed in 82 milliseconds