HomeSort by relevance Sort by last modified time
    Searched refs:fill_char (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
gstrfuncs.h 197 gchar fill_char) G_GNUC_MALLOC;
gstrfuncs.c 168 * @fill_char: the byte to fill the string with
170 * Creates a new string @length bytes long filled with @fill_char.
173 * Returns: a newly-allocated string filled the @fill_char
177 gchar fill_char)
182 memset (str, (guchar)fill_char, length);
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 1682 const char16 fill_char = 0xffff; local
    [all...]

Completed in 69 milliseconds