Home
last modified time | relevance | path

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

/external/f2fs-tools/lib/
Dnls_utf8.c285 #define STOPPER (0) macro
679 u8c->ccc = STOPPER; in utf8ncursor()
680 u8c->nccc = STOPPER; in utf8ncursor()
749 if (u8c->ccc == STOPPER) in utf8byte()
752 ccc = STOPPER; in utf8byte()
776 ccc = STOPPER; in utf8byte()
783 if (u8c->ccc == STOPPER) in utf8byte()
785 ccc = STOPPER; in utf8byte()
799 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
814 if (u8c->nccc == STOPPER) { in utf8byte()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dnls_utf8.c287 #define STOPPER (0) macro
681 u8c->ccc = STOPPER; in utf8ncursor()
682 u8c->nccc = STOPPER; in utf8ncursor()
751 if (u8c->ccc == STOPPER) in utf8byte()
754 ccc = STOPPER; in utf8byte()
778 ccc = STOPPER; in utf8byte()
785 if (u8c->ccc == STOPPER) in utf8byte()
787 ccc = STOPPER; in utf8byte()
801 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
816 if (u8c->nccc == STOPPER) { in utf8byte()
[all …]
/external/e2fsprogs/util/
Dmkutf8data.c181 #define STOPPER (0) macro
2977 u8c->ccc = STOPPER; in utf8ncursor()
2978 u8c->nccc = STOPPER; in utf8ncursor()
3045 if (u8c->ccc == STOPPER) in utf8byte()
3048 ccc = STOPPER; in utf8byte()
3071 ccc = STOPPER; in utf8byte()
3078 if (u8c->ccc == STOPPER) in utf8byte()
3080 ccc = STOPPER; in utf8byte()
3092 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc) in utf8byte()
3107 if (u8c->nccc == STOPPER) { in utf8byte()
[all …]