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

  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 116 /* test cset_first */
118 G_PARAM_SPEC_STRING (pspec)->cset_first = g_strdup ("abc");
  /external/bluetooth/glib/gobject/
gparamspecs.c 609 sspec->cset_first = NULL;
623 g_free (sspec->cset_first);
626 sspec->cset_first = NULL;
651 if (sspec->cset_first && !strchr (sspec->cset_first, string[0]))
    [all...]
gparamspecs.h 815 * @cset_first: a string containing the allowed values for the first byte
817 * @substitutor: the replacement byte for bytes which don't match @cset_first or @cset_nth.
829 gchar *cset_first; member in struct:_GParamSpecString

Completed in 53 milliseconds