HomeSort by relevance Sort by last modified time
    Searched defs:new_s (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 320 hb_codepoint_t new_s = s + new_tindex; local
321 if (font->has_glyph (new_s))
323 buffer->replace_glyphs (2, 1, &new_s);
  /external/selinux/libsemanage/src/
semanage_store.c 1162 char *new_s = realloc(s, len + 2); local
1163 if (new_s == NULL) {
1166 s = new_s;
1181 char *new_s = realloc(s, s_len + t_len + 1); local
1182 if (new_s == NULL) {
1185 s = new_s;
    [all...]

Completed in 146 milliseconds