Home
last modified time | relevance | path

Searched refs:STOPPER (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/unicode/
Dutf8-norm.c192 #define STOPPER (0) macro
433 u8c->ccc = STOPPER; in utf8ncursor()
434 u8c->nccc = STOPPER; in utf8ncursor()
486 if (u8c->ccc == STOPPER) in utf8byte()
489 ccc = STOPPER; in utf8byte()
514 ccc = STOPPER; in utf8byte()
521 if (u8c->ccc == STOPPER) in utf8byte()
523 ccc = STOPPER; in utf8byte()
537 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
552 if (u8c->nccc == STOPPER) { in utf8byte()
[all …]
Dmkutf8data.c183 #define STOPPER (0) macro
3004 u8c->ccc = STOPPER; in utf8ncursor()
3005 u8c->nccc = STOPPER; in utf8ncursor()
3072 if (u8c->ccc == STOPPER) in utf8byte()
3075 ccc = STOPPER; in utf8byte()
3098 ccc = STOPPER; in utf8byte()
3105 if (u8c->ccc == STOPPER) in utf8byte()
3107 ccc = STOPPER; in utf8byte()
3119 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
3134 if (u8c->nccc == STOPPER) { in utf8byte()
[all …]