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

/linux-master/fs/unicode/
H A Dutf8-norm.c192 #define STOPPER (0) macro
433 u8c->ccc = STOPPER;
434 u8c->nccc = STOPPER;
455 * Hitting end-of-string while u8c->ccc == STOPPER means we're done,
486 if (u8c->ccc == STOPPER)
489 ccc = STOPPER;
514 ccc = STOPPER;
521 if (u8c->ccc == STOPPER)
523 ccc = STOPPER;
537 if (ccc != STOPPER
[all...]
H A Dmkutf8data.c183 #define STOPPER (0) macro
3004 u8c->ccc = STOPPER;
3005 u8c->nccc = STOPPER;
3041 * Hitting end-of-string while u8c->ccc == STOPPER means we're done,
3072 if (u8c->ccc == STOPPER)
3075 ccc = STOPPER;
3098 ccc = STOPPER;
3105 if (u8c->ccc == STOPPER)
3107 ccc = STOPPER;
3119 if (ccc != STOPPER
[all...]

Completed in 429 milliseconds