Lines Matching refs:default_value
20 PyObject *default_value);
27 PyObject *default_value = NULL;
47 default_value = args[1];
49 return_value = unicodedata_UCD_decimal_impl(self, chr, default_value);
69 unicodedata_UCD_digit_impl(PyObject *self, int chr, PyObject *default_value);
76 PyObject *default_value = NULL;
96 default_value = args[1];
98 return_value = unicodedata_UCD_digit_impl(self, chr, default_value);
119 PyObject *default_value);
126 PyObject *default_value = NULL;
146 default_value = args[1];
148 return_value = unicodedata_UCD_numeric_impl(self, chr, default_value);
496 unicodedata_UCD_name_impl(PyObject *self, int chr, PyObject *default_value);
503 PyObject *default_value = NULL;
523 default_value = args[1];
525 return_value = unicodedata_UCD_name_impl(self, chr, default_value);