Searched refs:IS_FINAL_ESC (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/luit/dist/ | ||
| H A D | iso2022.h | 43 #define IS_FINAL_ESC(x) (((x) & 0xF0 ) != 0x20) macro |
| H A D | iso2022.c | 359 else if (IS_FINAL_ESC(codepoint)) 872 } else if (IS_FINAL_ESC(*s)) { |
Completed in 4 milliseconds