Home | History | Annotate | Download | only in Modules

Lines Matching defs:is_normalized

39     const unsigned char normalization_quick_check; /* see is_normalized() */
771 is_normalized(PyObject *self, PyObject *input, int nfc, int k)
835 if (is_normalized(self, input, 1, 0)) {
842 if (is_normalized(self, input, 1, 1)) {
849 if (is_normalized(self, input, 0, 0)) {
856 if (is_normalized(self, input, 0, 1)) {