Searched refs:new_s (Results 1 – 5 of 5) sorted by relevance
316 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local317 if (font->has_glyph (new_s)) in preprocess_text_hangul()319 buffer->replace_glyphs (2, 1, &new_s); in preprocess_text_hangul()
1158 char *new_s = realloc(s, len + 2); in append() local1159 if (new_s == NULL) { in append()1162 s = new_s; in append()1177 char *new_s = realloc(s, s_len + t_len + 1); in append_str() local1178 if (new_s == NULL) { in append_str()1181 s = new_s; in append_str()
88 socket_type new_s = error_wrapper(call_accept(90 if (new_s == invalid_socket)91 return new_s;95 int result = error_wrapper(::setsockopt(new_s,99 ::close(new_s);105 return new_s;
3126 void set_s(const string& new_s) { s_ = new_s; } in set_s() argument
3409 void set_s(const string& new_s) { s_ = new_s; } in set_s() argument