Searched refs:IS_CODEUNIT (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/multibyte/
H A Dwctob.c9 if (MB_CUR_MAX==1 && IS_CODEUNIT(c)) return (unsigned char)c;
H A Dinternal.h23 #define IS_CODEUNIT(c) ((unsigned)(c)-0xdf80 < 0x80) macro
H A Dwcrtomb.c13 if (!IS_CODEUNIT(wc)) {

Completed in 43 milliseconds