Searched refs:IS_FINAL_CSI (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/luit/dist/
H A Diso2022.h44 #define IS_FINAL_CSI(x) (((x) & 0xF0 ) != 0x20 && (((x) & 0xF0 ) != 0x30)) macro
H A Diso2022.c365 if (IS_FINAL_CSI(codepoint))
881 if (IS_FINAL_CSI(*s)) {

Completed in 2 milliseconds