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 316 hb_codepoint_t new_s = s + new_tindex; local
317 if (font->has_glyph (new_s))
319 buffer->replace_glyphs (2, 1, &new_s);
  /external/selinux/libsemanage/src/
semanage_store.c 1158 char *new_s = realloc(s, len + 2); local
1159 if (new_s == NULL) {
1162 s = new_s;
1177 char *new_s = realloc(s, s_len + t_len + 1); local
1178 if (new_s == NULL) {
1181 s = new_s;
    [all...]

Completed in 77 milliseconds