Searched refs:new_s (Results 1 – 3 of 3) sorted by relevance
320 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local321 if (font->has_glyph (new_s)) in preprocess_text_hangul()323 buffer->replace_glyphs (2, 1, &new_s); in preprocess_text_hangul()
1162 char *new_s = realloc(s, len + 2); in append() local1163 if (new_s == NULL) { in append()1166 s = new_s; in append()1181 char *new_s = realloc(s, s_len + t_len + 1); in append_str() local1182 if (new_s == NULL) { in append_str()1185 s = new_s; in append_str()
3126 void set_s(const string& new_s) { s_ = new_s; } in set_s() argument