Searched refs:SBASE (Results 1 – 3 of 3) sorted by relevance
56 #define SBASE 0xAC00u macro69 unsigned si = ab - SBASE; in _hb_ucd_decompose_hangul()77 *a = SBASE + (si / TCOUNT) * TCOUNT; in _hb_ucd_decompose_hangul()91 if (a >= SBASE && a < (SBASE + SCOUNT) && b > TBASE && b < (TBASE + TCOUNT) && in _hb_ucd_compose_hangul()92 !((a - SBASE) % TCOUNT)) in _hb_ucd_compose_hangul()103 *ab = SBASE + li * NCOUNT + vi * TCOUNT; in _hb_ucd_compose_hangul()
31 #define SBASE 0 /* outside any lexical constructs */ macro229 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()256 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) { in yylex()257 if (state == SBASE && in yylex()282 case SBASE: in yylex()908 state = SBASE; in yylex()911 if (state == SBASE && ( in yylex()964 if (wp == dp && state == SBASE) { in yylex()
107 SBASE = 0x1, enumerator454 return SBASE; in getRegs()526 if (Regs & SBASE) { in setMI()