Searched refs:oscl_strchr (Results 1 – 5 of 5) sorted by relevance
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_stdstring.h | 208 OSCL_IMPORT_REF const char* oscl_strchr(const char *str, int32 c); 209 OSCL_IMPORT_REF char* oscl_strchr(char *str, int32 c); 221 OSCL_IMPORT_REF const oscl_wchar* oscl_strchr(const oscl_wchar *str, int32 c); 222 OSCL_IMPORT_REF oscl_wchar* oscl_strchr(oscl_wchar *str, int32 c);
|
D | oscl_stdstring.cpp | 112 OSCL_EXPORT_REF const char* oscl_strchr(const char *str, int32 c) in oscl_strchr() function 128 OSCL_EXPORT_REF char* oscl_strchr(char *str, int32 c) in oscl_strchr() function 130 return (char*)oscl_strchr((const char*)str, c); in oscl_strchr() 133 OSCL_EXPORT_REF const oscl_wchar* oscl_strchr(const oscl_wchar *str, int32 c) in oscl_strchr() function 149 OSCL_EXPORT_REF oscl_wchar* oscl_strchr(oscl_wchar *str, int32 c) in oscl_strchr() function 151 return (oscl_wchar*)oscl_strchr((const oscl_wchar*)str, c); in oscl_strchr()
|
/external/opencore/engines/author/test/src/ |
D | pvaetest.cpp | 1375 char* pcPtr = oscl_strchr(maxLine, '='); in LoadAudioConfiguration() 1383 char* pcPtr = oscl_strchr(maxLine, '='); in LoadAudioConfiguration() 1414 char* pcPtr = oscl_strchr(maxLine, '='); in LoadVideoConfiguration() 1423 char* pcPtr = oscl_strchr(maxLine, '='); in LoadVideoConfiguration() 1432 char* pcPtr = oscl_strchr(maxLine, '='); in LoadVideoConfiguration() 1440 char* pcPtr = oscl_strchr(maxLine, '='); in LoadVideoConfiguration() 1470 char* pcPtr = oscl_strchr(maxLine, ':'); in LoadAVIConfiguration() 1477 char* pcPtr = oscl_strchr(maxLine, ':'); in LoadAVIConfiguration() 1485 char* pcPtr = oscl_strchr(maxLine, ':'); in LoadAVIConfiguration() 1492 char* pcPtr = oscl_strchr(maxLine, ':'); in LoadAVIConfiguration()
|
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_snprintf.cpp | 632 const char *q = oscl_strchr(p + 1, '%'); 1310 const oscl_wchar *q = oscl_strchr(p + 1, '%');
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.cpp | 4308 char* tmpPtr = oscl_strchr(bufPtr, '='); in ParseShoutcastMetadata() 4315 tmpPtr = oscl_strchr(valueStr, ';'); in ParseShoutcastMetadata()
|