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

  /frameworks/compile/linkloader/utils/
raw_ostream.cpp 29 MyFormat const fillformat(char const fill_char, // Fill character.
43 memset(t_format.ptr, fill_char, fill_len);
  /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 1736 const char16 fill_char = 0xffff; local
    [all...]

Completed in 326 milliseconds