Searched defs:startsWith (Results 1 – 6 of 6) sorted by relevance
101 public static boolean startsWith(byte[] cur, byte[] val) { in startsWith() method in ExifInterfaceUtils
203 bool startsWith(std::string_view path, std::string_view prefix) { in startsWith() function
340 bool AString::startsWith(const char *prefix) const { in startsWith() function in android::AString
207 static inline bool startsWith(const std::string &s, const char (&comp)[N]) { in startsWith() function211 static inline bool startsWith(const std::string& s, const std::string& comp) { in startsWith() function
843 public static boolean startsWith(byte[] cur, byte[] val) { in startsWith() method in ArrayUtils
52 TEST(mediametrics_tests, startsWith) { in TEST() argument