Searched refs:unicode (Results 1 – 5 of 5) sorted by relevance
707 int unicode = Integer.parseInt(digitStr, radix); in tryInputRawUnicode() local708 if (unicode > 0) { in tryInputRawUnicode()709 char low = (char) (unicode & 0x0000ffff); in tryInputRawUnicode()710 char high = (char) ((unicode & 0xffff0000) >> 16); in tryInputRawUnicode()
1402 # font does not include all possible unicode characters however, so when you need