Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dvisual_studio_utils_unittest.cc16 ASSERT_TRUE(base::IsAsciiAlpha(guid[i]) || base::IsAsciiDigit(guid[i])); in TEST()
H A Dlabel.cc110 base::IsAsciiAlpha(input[drive_letter_pos])) { in Resolve()
H A Dtokenizer.cc187 return base::IsAsciiAlpha(c) || c == '_';
H A Dfilesystem_utils.cc108 if (!base::IsAsciiAlpha(path[0])) in DoesBeginWindowsDriveLetter()
666 base::IsAsciiAlpha(path[1]) && path[2] == ':') { in RegulatePathIfAbsolute()
H A Dxcode_object.cc30 if (base::IsAsciiAlpha(c) || base::IsAsciiDigit(c)) in CharNeedEscaping()
/third_party/gn/src/base/strings/
H A Dstring_util.h272 inline bool IsAsciiAlpha(Char c) { in IsAsciiAlpha() function
/third_party/node/deps/v8/src/objects/
H A Djs-date-time-format.cc329 bool IsAsciiAlpha(char ch) { in IsAsciiAlpha() function
354 if (IsAsciiAlpha(ch)) { in ToTitleCaseTimezoneLocation()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 34 milliseconds