Searched defs:oscl_strncmp (Results 1 - 1 of 1) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_stdstring.cpp64 OSCL_EXPORT_REF int32 oscl_strncmp(const char* str1, const char* str2, uint32 count) function
81 OSCL_EXPORT_REF int32 oscl_strncmp(const oscl_wchar *str1, const oscl_wchar *str2, uint32 count) function
305 if (!oscl_strncmp(p, str2, size2))
323 if (!oscl_strncmp(p, str2, size2))

Completed in 27 milliseconds