• Home
  • Raw
  • Download

Lines Matching refs:Py_UCS4

63 _getrecord_ex(Py_UCS4 code)  in _getrecord_ex()
80 const change_record* (*getrecord)(Py_UCS4);
81 Py_UCS4 (*normalization)(Py_UCS4);
101 const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version() argument
102 Py_UCS4 (*normalization)(Py_UCS4)) in new_previous_version() argument
140 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_decimal_impl()
191 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_digit_impl()
228 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_numeric_impl()
273 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_category_impl()
300 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_bidirectional_impl()
329 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_combining_impl()
357 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_mirrored_impl()
384 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_east_asian_width_impl()
416 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_decomposition_impl()
463 get_decomp_record(PyObject *self, Py_UCS4 code, in get_decomp_record()
502 Py_UCS4 *output; in nfd_nfkd()
507 Py_UCS4 stack[20]; in nfd_nfkd()
524 output = PyMem_NEW(Py_UCS4, space); in nfd_nfkd()
536 Py_UCS4 code = stack[--stackptr]; in nfd_nfkd()
540 Py_UCS4 *new_output; in nfd_nfkd()
543 new_output = PyMem_Realloc(output, osize*sizeof(Py_UCS4)); in nfd_nfkd()
568 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code); in nfd_nfkd()
615 Py_UCS4 tmp = PyUnicode_READ(kind, data, o+1); in nfd_nfkd()
632 find_nfc_index(const struct reindex* nfc, Py_UCS4 code) in find_nfc_index()
653 Py_UCS4 *output; in nfc_nfkc()
656 Py_UCS4 code; in nfc_nfkc()
671 output = PyMem_NEW(Py_UCS4, len); in nfc_nfkc()
730 Py_UCS4 code1 = PyUnicode_READ(kind, data, i1); in nfc_nfkc()
826 Py_UCS4 ch = PyUnicode_READ(kind, data, i++); in is_normalized_quickcheck()
1041 is_unified_ideograph(Py_UCS4 code) in is_unified_ideograph()
1062 Py_UCS4 code, char* buffer, int buflen, int with_alias_and_seq) in _getucname()
1163 capi_getucname(Py_UCS4 code, in capi_getucname()
1207 _check_alias_and_seq(unsigned int cp, Py_UCS4* code, int with_named_seq) in _check_alias_and_seq()
1223 const char* name, int namelen, Py_UCS4* code, int with_named_seq) in _getcode()
1305 capi_getcode(const char* name, int namelen, Py_UCS4* code, in capi_getcode()
1362 Py_UCS4 c = (Py_UCS4)chr; in unicodedata_UCD_name_impl()
1396 Py_UCS4 code; in unicodedata_UCD_lookup_impl()