Searched refs:ascii_strncasecmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DStringRef.cpp42 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { function
54 if (int Res = ascii_strncasecmp(Data, RHS.Data, min(Length, RHS.Length)))
64 ascii_strncasecmp(Data, Prefix.Data, Prefix.Length) == 0;
70 ascii_strncasecmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;

Completed in 106 milliseconds