Home
last modified time | relevance | path

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

/fs/unicode/
A Dutf8-norm.c433 u8c->ccc = STOPPER; in utf8ncursor()
474 int ccc; in utf8byte() local
489 ccc = STOPPER; in utf8byte()
510 ccc = LEAF_CCC(leaf); in utf8byte()
514 ccc = STOPPER; in utf8byte()
523 ccc = STOPPER; in utf8byte()
537 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
538 u8c->nccc = ccc; in utf8byte()
544 if (ccc == u8c->ccc) { in utf8byte()
559 u8c->nccc = ccc; in utf8byte()
[all …]
A Dmkutf8data.c1341 int ccc; member
1381 if (left->ccc != right->ccc) in nfdi_equal()
1398 if (left->ccc != right->ccc) in nfdicf_equal()
1811 data->ccc, in verify()
2974 short int ccc; member
3060 int ccc; in utf8byte() local
3075 ccc = STOPPER; in utf8byte()
3098 ccc = STOPPER; in utf8byte()
3107 ccc = STOPPER; in utf8byte()
3119 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
[all …]
A Dutf8n.h42 short int ccc; member

Completed in 14 milliseconds