Searched defs:uchar (Results 1 – 15 of 15) sorted by relevance
237 #define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800) argument285 #define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0) argument287 #define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e) argument289 #define UTF8_IS_TRAIL(uchar) (((uchar)&0xc0)==0x80) argument505 #define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800) argument508 #define UTF_IS_SECOND_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xdc00) argument533 #define UTF16_IS_SINGLE(uchar) !UTF_IS_SURROGATE(uchar) argument536 #define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar) argument539 #define UTF16_IS_TRAIL(uchar) UTF_IS_SECOND_SURROGATE(uchar) argument780 #define UTF32_IS_SINGLE(uchar) 1 argument[all …]
37 typedef unsigned char uchar; typedef
943 UChar uchar=pBiDi->text[logicalIndex]; in ubidi_getVisualIndex() local1038 UChar uchar; in ubidi_getLogicalIndex() local1173 UChar uchar; in ubidi_getLogicalMap() local1279 UChar uchar; in ubidi_getVisualMap() local
346 UChar32 uchar; in getDirProps() local
19 #define uchar unsigned char /* typedefs can clash */ macro
72 typedef unsigned char uchar; // 8 bits typedef
40 typedef unsigned int uchar; typedef
239 typedef unsigned char uchar; typedef
32 typedef unsigned char uchar; typedef
244 UChar uchar; in buildPseudoTables() local351 UChar uchar; in u16ToPseudo() local