Searched refs:new_format (Results 1 – 3 of 3) sorted by relevance
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_string_utils.cpp | 32 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()
|
D | oscl_string_utils.h | 60 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/ |
D | pv_oscl.h | 24 int PV_atoi(char *buf, char new_format);
|