Home
last modified time | relevance | path

Searched refs:IsAlpha (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc87 (!IsAlpha(prev_char) && IsLower(*p)) || in ConvertIdentifierNameToWords()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp568 static bool IsAlpha(char c) { in IsAlpha() function
574 return path != nullptr && IsAlpha(path[0]) && path[1] == ':' && in IsAbsolutePath()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1929 inline bool IsAlpha(char ch) {