Home | History | Annotate | Download | only in Modules

Lines Matching refs:is_normalized

30     const unsigned char normalization_quick_check; /* see is_normalized() */

739 is_normalized(PyObject *self, PyObject *input, int nfc, int k)
793 if (is_normalized(self, input, 1, 0)) {
800 if (is_normalized(self, input, 1, 1)) {
807 if (is_normalized(self, input, 0, 0)) {
814 if (is_normalized(self, input, 0, 1)) {