Home
last modified time | relevance | path

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

/Linux-v5.15/fs/unicode/
Dutf8-norm.c598 u8c->nccc = STOPPER; in utf8ncursor()
717 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
718 u8c->nccc = ccc; in utf8byte()
732 if (u8c->nccc == STOPPER) { in utf8byte()
739 u8c->nccc = ccc; in utf8byte()
751 } else if (u8c->nccc != MAXCCC + 1) { in utf8byte()
753 u8c->ccc = u8c->nccc; in utf8byte()
754 u8c->nccc = MAXCCC + 1; in utf8byte()
761 u8c->nccc = STOPPER; in utf8byte()
Dutf8n.h86 short int nccc; member
Dmkutf8data.c2975 short int nccc; member
3005 u8c->nccc = STOPPER; in utf8ncursor()
3119 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
3120 u8c->nccc = ccc; in utf8byte()
3134 if (u8c->nccc == STOPPER) { in utf8byte()
3142 u8c->nccc = ccc; in utf8byte()
3154 } else if (u8c->nccc != MAXCCC + 1) { in utf8byte()
3156 u8c->ccc = u8c->nccc; in utf8byte()
3157 u8c->nccc = MAXCCC + 1; in utf8byte()
3164 u8c->nccc = STOPPER; in utf8byte()