Searched refs:T_BASE (Results 1 – 3 of 3) sorted by relevance
114 const T_BASE: u32 = 0x11A7; constant124 const T_LAST: u32 = T_BASE + T_COUNT - 1;128 const T_FIRST: u32 = T_BASE + 1;151 emit_char(char::from_u32_unchecked(T_BASE + t_index)); in decompose_hangul()184 Some(unsafe { char::from_u32_unchecked(a + (b - T_BASE)) }) in compose_hangul()
297 "base"[0-9]+ ir3_yylval.num = strtol(yytext+4, NULL, 10); return T_BASE;
472 %token <tok> T_BASE747 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat5.tex_base = $2; }