Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc320 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local
321 if (font->has_glyph (new_s)) in preprocess_text_hangul()
323 buffer->replace_glyphs (2, 1, &new_s); in preprocess_text_hangul()
/external/selinux/libsemanage/src/
Dsemanage_store.c1162 char *new_s = realloc(s, len + 2); in append() local
1163 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() local
1182 if (new_s == NULL) { in append_str()
1185 s = new_s; in append_str()
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc3126 void set_s(const string& new_s) { s_ = new_s; } in set_s() argument