Searched defs:startsWith (Results 1 – 5 of 5) sorted by relevance
30 bool startsWith(std::string &mainStr, const char *toMatch) { in startsWith() function
337 bool AString::startsWith(const char *prefix) const { in startsWith() function in android::AString
40 bool startsWith(const std::string& text, const std::string& start) { in startsWith() function
712 public static boolean startsWith(byte[] cur, byte[] val) { in startsWith() method in ArrayUtils
269 public final boolean startsWith(ByteString prefix) { in startsWith() method