Home
last modified time | relevance | path

Searched refs:SBASE (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ucd.cc56 #define SBASE 0xAC00u macro
69 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()
/external/mksh/src/
Dlex.c31 #define SBASE 0 /* outside any lexical constructs */ macro
229 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()
909 state = SBASE; in yylex()
912 if (state == SBASE && ( in yylex()
965 if (wp == dp && state == SBASE) { in yylex()