Searched refs:EN_DASH (Results 1 – 2 of 2) sorted by relevance
60 private static final char EN_DASH = '\u2013'; field in DigitsKeyListener186 if (minus == MINUS_SIGN || minus == EN_DASH) { in DigitsKeyListener()
50 const uint16_t EN_DASH = 0x2013; variable120 const uint16_t word[] = {'x', EN_DASH, 'y'}; in TEST_F()