HomeSort by relevance Sort by last modified time
    Searched full:ascii_strcasecmp (Results 1 - 1 of 1) sorted by null

  /external/regex-re2/re2/
re2.cc 508 static int ascii_strcasecmp(const char* a, const char* b, int len) { function in namespace:re2
580 if (ascii_strcasecmp(&prefix_[0], subtext.data(), prefixlen) != 0)
    [all...]

Completed in 2088 milliseconds