Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyString.h323 bool IsAscii() const in IsAscii() function
559 bool IsAscii() const in IsAscii() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1462 FFSOpt FFS; AbsOpt Abs; IsDigitOpt IsDigit; IsAsciiOpt IsAscii; member in __anona18d68930311::SimplifyLibCalls
/external/v8/src/
Dobjects.h9588 static inline bool IsAscii(const char* chars, int length) { in IsAscii() function
9592 static inline bool IsAscii(const uint8_t* chars, int length) { in IsAscii() function