Home
last modified time | relevance | path

Searched refs:IsAscii (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-strings.cc1376 TEST(IsAscii) { in TEST() argument
1377 CHECK(String::IsAscii(static_cast<char*>(NULL), 0)); in TEST()
/external/v8/src/
Dobjects.h8900 static inline bool IsAscii(const char* chars, int length) { in IsAscii() function
8904 static inline bool IsAscii(const uint8_t* chars, int length) { in IsAscii() function