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

  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_uri.cpp 149 if (destString.get_size() == destString.get_maxsize())
169 if (destString.get_size() == destString.get_maxsize())
oscl_string.h 75 virtual uint32 get_maxsize() const = 0;
229 virtual uint32 get_maxsize() const = 0;
oscl_string.cpp 249 if (length + offset > get_maxsize())
250 ncopy = get_maxsize() - offset;//truncate
279 if (length + offset > get_maxsize())
280 ncopy = get_maxsize() - offset;//truncate
oscl_string_containers.h 129 uint32 get_maxsize() const;
186 uint32 get_maxsize() const;
291 OSCL_IMPORT_REF uint32 get_maxsize() const;
352 OSCL_IMPORT_REF uint32 get_maxsize() const;
428 uint32 get_maxsize() const;
483 uint32 get_maxsize() const;
559 OSCL_IMPORT_REF uint32 get_maxsize() const;
615 OSCL_IMPORT_REF uint32 get_maxsize() const;
761 uint32 OSCL_HeapString<Alloc>::get_maxsize() const function in class:OSCL_HeapString
769 uint32 OSCL_wHeapString<Alloc>::get_maxsize() cons function in class:OSCL_wHeapString
1079 uint32 OSCL_StackString<MaxBufSize>::get_maxsize() const function in class:OSCL_StackString
1085 uint32 OSCL_wStackString<MaxBufSize>::get_maxsize() const function in class:OSCL_wStackString
    [all...]
oscl_string_containers.cpp 358 OSCL_EXPORT_REF uint32 OSCL_HeapStringA::get_maxsize() const function in class:OSCL_HeapStringA
365 OSCL_EXPORT_REF uint32 OSCL_wHeapStringA::get_maxsize() const function in class:OSCL_wHeapStringA
766 rep.set_w(src.get_str(), src.get_size(), src.get_maxsize());
775 rep.set_w(src.get_str(), src.get_size(), src.get_maxsize());
942 OSCL_EXPORT_REF uint32 OSCL_FastString::get_maxsize() const function in class:OSCL_FastString
947 OSCL_EXPORT_REF uint32 OSCL_wFastString::get_maxsize() const function in class:OSCL_wFastString

Completed in 24 milliseconds