• Home
  • Raw
  • Download

Lines Matching refs:Py_UCS4

46 _getrecord_ex(Py_UCS4 code)  in _getrecord_ex()
63 const change_record* (*getrecord)(Py_UCS4);
64 Py_UCS4 (*normalization)(Py_UCS4);
78 new_previous_version(const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version() argument
79 Py_UCS4 (*normalization)(Py_UCS4)) in new_previous_version() argument
92 static Py_UCS4 getuchar(PyUnicodeObject *obj) in getuchar()
106 return (Py_UCS4)-1; in getuchar()
125 Py_UCS4 c; in unicodedata_decimal()
130 if (c == (Py_UCS4)-1) in unicodedata_decimal()
175 Py_UCS4 c; in unicodedata_digit()
180 if (c == (Py_UCS4)-1) in unicodedata_digit()
210 Py_UCS4 c; in unicodedata_numeric()
215 if (c == (Py_UCS4)-1) in unicodedata_numeric()
257 Py_UCS4 c; in unicodedata_category()
263 if (c == (Py_UCS4)-1) in unicodedata_category()
286 Py_UCS4 c; in unicodedata_bidirectional()
292 if (c == (Py_UCS4)-1) in unicodedata_bidirectional()
317 Py_UCS4 c; in unicodedata_combining()
323 if (c == (Py_UCS4)-1) in unicodedata_combining()
346 Py_UCS4 c; in unicodedata_mirrored()
352 if (c == (Py_UCS4)-1) in unicodedata_mirrored()
376 Py_UCS4 c; in unicodedata_east_asian_width()
382 if (c == (Py_UCS4)-1) in unicodedata_east_asian_width()
407 Py_UCS4 c; in unicodedata_decomposition()
413 if (c == (Py_UCS4)-1) in unicodedata_decomposition()
464 get_decomp_record(PyObject *self, Py_UCS4 code, int *index, int *prefix, int *count) in get_decomp_record()
555 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code); in nfd_nfkd()
880 is_unified_ideograph(Py_UCS4 code) in is_unified_ideograph()
890 _getucname(PyObject *self, Py_UCS4 code, char* buffer, int buflen) in _getucname()
1015 _getcode(PyObject* self, const char* name, int namelen, Py_UCS4* code) in _getcode()
1114 Py_UCS4 c; in unicodedata_name()
1122 if (c == (Py_UCS4)-1) in unicodedata_name()
1149 Py_UCS4 code; in unicodedata_lookup()