Home
last modified time | relevance | path

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

/linux/fs/unicode/
A Dutf8-norm.c434 u8c->nccc = STOPPER; in utf8ncursor()
537 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
538 u8c->nccc = ccc; in utf8byte()
552 if (u8c->nccc == STOPPER) { in utf8byte()
559 u8c->nccc = ccc; in utf8byte()
571 } else if (u8c->nccc != MAXCCC + 1) { in utf8byte()
573 u8c->ccc = u8c->nccc; in utf8byte()
574 u8c->nccc = MAXCCC + 1; in utf8byte()
581 u8c->nccc = STOPPER; in utf8byte()
A Dutf8n.h43 short int nccc; member
A Dmkutf8data.c2906 short int nccc; member
2936 u8c->nccc = STOPPER; in utf8ncursor()
3050 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
3051 u8c->nccc = ccc; in utf8byte()
3065 if (u8c->nccc == STOPPER) { in utf8byte()
3073 u8c->nccc = ccc; in utf8byte()
3085 } else if (u8c->nccc != MAXCCC + 1) { in utf8byte()
3087 u8c->ccc = u8c->nccc; in utf8byte()
3088 u8c->nccc = MAXCCC + 1; in utf8byte()
3095 u8c->nccc = STOPPER; in utf8byte()

Completed in 14 milliseconds