Searched refs:is_space (Results 1 – 1 of 1) sorted by relevance
202 static bool is_space(const char16_t c) { in is_space() function339 bool space = is_space(c); in text()371 space = (!escape && is_space(c)) || (escape && (c == 'n' || c == 't')); in text()