Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dunicodedata.c801 is_normalized_quickcheck(PyObject *self, PyObject *input, bool nfc, bool k, in is_normalized_quickcheck() function
905 m = is_normalized_quickcheck(self, input, nfc, k, false); in unicodedata_UCD_is_normalized_impl()
951 if (is_normalized_quickcheck(self, input, in unicodedata_UCD_normalize_impl()
959 if (is_normalized_quickcheck(self, input, in unicodedata_UCD_normalize_impl()
967 if (is_normalized_quickcheck(self, input, in unicodedata_UCD_normalize_impl()
975 if (is_normalized_quickcheck(self, input, in unicodedata_UCD_normalize_impl()

Completed in 3 milliseconds