Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.h522 static inline bool IsAscii(const char* chars, int length) { in IsAscii() function
526 static inline bool IsAscii(const uint8_t* chars, int length) { in IsAscii() function
/third_party/lzma/CPP/Common/
DMyString.h427 bool IsAscii() const in IsAscii() function
719 bool IsAscii() const in IsAscii() function
/third_party/node/src/
Dnode_buffer.cc1241 static void IsAscii(const FunctionCallbackInfo<Value>& args) { 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