Home
last modified time | relevance | path

Searched refs:new_format (Results 1 – 3 of 3) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_string_utils.cpp32 OSCL_EXPORT_REF bool PV_atoi(const char *buf, const char new_format, uint32& value) in PV_atoi() argument
34 return PV_atoi(buf, new_format, oscl_strlen(buf), value); in PV_atoi()
38 OSCL_EXPORT_REF bool PV_atoi(const char *buf, const char new_format, int length, uint32& value) in PV_atoi() argument
46 switch (new_format) in PV_atoi()
130 OSCL_EXPORT_REF bool PV_atoi(const char *buf, const char new_format, int length, uint64& value) in PV_atoi() argument
138 switch (new_format) in PV_atoi()
Doscl_string_utils.h60 OSCL_IMPORT_REF bool PV_atoi(const char *buf, const char new_format, uint32& value);
62 OSCL_IMPORT_REF bool PV_atoi(const char *buf, const char new_format, int length, uint32& value);
63 OSCL_IMPORT_REF bool PV_atoi(const char *buf, const char new_format, int length, uint64& value);
/external/opencore/protocols/sdp/common/include/
Dpv_oscl.h24 int PV_atoi(char *buf, char new_format);