Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
Dstring-search.h128 static inline bool exceedsOneByte(uint8_t c) { return false; } in exceedsOneByte() function
130 static inline bool exceedsOneByte(uint16_t c) { in exceedsOneByte() function