| 135 | } |
| 136 | |
| 137 | inline bool IsSpecialByte(char c) { |
| 138 | return (static_cast<unsigned char>(c + 1)) < 2; |
| 139 | } |
| 140 | |
| 141 | // Return a pointer to the first byte in the range "[start..limit)" |
| 142 | // whose value is 0 or 255 (kEscape1 or kEscape2). If no such byte |
no outgoing calls
no test coverage detected