nccc 2975 fs/unicode/mkutf8data.c short int nccc; nccc 3005 fs/unicode/mkutf8data.c u8c->nccc = STOPPER; nccc 3119 fs/unicode/mkutf8data.c if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) nccc 3120 fs/unicode/mkutf8data.c u8c->nccc = ccc; nccc 3134 fs/unicode/mkutf8data.c if (u8c->nccc == STOPPER) { nccc 3142 fs/unicode/mkutf8data.c u8c->nccc = ccc; nccc 3154 fs/unicode/mkutf8data.c } else if (u8c->nccc != MAXCCC + 1) { nccc 3156 fs/unicode/mkutf8data.c u8c->ccc = u8c->nccc; nccc 3157 fs/unicode/mkutf8data.c u8c->nccc = MAXCCC + 1; nccc 3164 fs/unicode/mkutf8data.c u8c->nccc = STOPPER; nccc 598 fs/unicode/utf8-norm.c u8c->nccc = STOPPER; nccc 717 fs/unicode/utf8-norm.c if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) nccc 718 fs/unicode/utf8-norm.c u8c->nccc = ccc; nccc 732 fs/unicode/utf8-norm.c if (u8c->nccc == STOPPER) { nccc 739 fs/unicode/utf8-norm.c u8c->nccc = ccc; nccc 751 fs/unicode/utf8-norm.c } else if (u8c->nccc != MAXCCC + 1) { nccc 753 fs/unicode/utf8-norm.c u8c->ccc = u8c->nccc; nccc 754 fs/unicode/utf8-norm.c u8c->nccc = MAXCCC + 1; nccc 761 fs/unicode/utf8-norm.c u8c->nccc = STOPPER; nccc 86 fs/unicode/utf8n.h short int nccc;