Home
last modified time | relevance | path

Searched refs:is_normalized_quickcheck (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dunicodedata.c797 is_normalized_quickcheck(PyObject *self, PyObject *input, in is_normalized_quickcheck() function
897 m = is_normalized_quickcheck(self, input, nfc, k, false); in unicodedata_UCD_is_normalized_impl()
943 if (is_normalized_quickcheck(self, input, true, false, true) == YES) { in unicodedata_UCD_normalize_impl()
950 if (is_normalized_quickcheck(self, input, true, true, true) == YES) { in unicodedata_UCD_normalize_impl()
957 if (is_normalized_quickcheck(self, input, false, false, true) == YES) { in unicodedata_UCD_normalize_impl()
964 if (is_normalized_quickcheck(self, input, false, true, true) == YES) { in unicodedata_UCD_normalize_impl()