Searched defs:exceedsOneByte (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dstring-search.h133 static inline bool exceedsOneByte(uint8_t c) { function in class:v8::internal::StringSearch
137 static inline bool exceedsOneByte(uint16_t c) { function in class:v8::internal::StringSearch
147 if (exceedsOneByte(char_code)) {
245 if (exceedsOneByte(pattern_first_char)) {

Completed in 67 milliseconds