Home
last modified time | relevance | path

Searched defs:IsAscii (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/json/
Dstring_escape.cc33 bool IsAscii(const S& str) { in IsAscii() function
/third_party/lzma/CPP/Common/
DMyString.h434 bool IsAscii() const in IsAscii() function
733 bool IsAscii() const in IsAscii() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115162 static bool IsAscii(char16_t aChar) { return NS_IsAscii(aChar); } in IsAscii() function in nsCRT
115163 static bool IsAscii(const char16_t* aString) { return NS_IsAscii(aString); } in IsAscii() function in nsCRT
115167 static bool IsAscii(const char* aString) { return NS_IsAscii(aString); } in IsAscii() function in nsCRT
115168 static bool IsAscii(const char* aString, uint32_t aLength) in IsAscii() function in nsCRT