Home
last modified time | relevance | path

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

/external/v8/src/
Dostreams.cc52 bool IsPrint(uint16_t c) { return 0x20 <= c && c <= 0x7e; } in IsPrint() function
54 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK()
100 return PrintUC16(os, c.value, IsPrint); in operator <<()
105 return PrintUC32(os, c.value, IsPrint); in operator <<()