Home
last modified time | relevance | path

Searched refs:IS_CODEUNIT (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/multibyte/
Dwctob.c9 if (MB_CUR_MAX==1 && IS_CODEUNIT(c)) return (unsigned char)c; in wctob()
Dinternal.h21 #define IS_CODEUNIT(c) ((unsigned)(c)-0xdf80 < 0x80) macro
Dwcrtomb.c13 if (!IS_CODEUNIT(wc)) { in wcrtomb()
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
Dinternal.h21 #define IS_CODEUNIT(c) ((unsigned)(c)-0xdf80 < 0x80) macro
Dwcrtomb.c13 if (!IS_CODEUNIT(wc)) { in wcrtomb()
/third_party/musl/porting/uniproton/kernel/src/multibyte/
Dinternal.h21 #define IS_CODEUNIT(c) ((unsigned)(c)-0xdf80 < 0x80) macro
Dwcrtomb.c13 if (!IS_CODEUNIT(wc)) { in wcrtomb()
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
Dinternal.h21 #define IS_CODEUNIT(c) ((unsigned)(c)-0xdf80 < 0x80) macro
Dwcrtomb.c13 if (!IS_CODEUNIT(wc)) { in wcrtomb()