Searched refs:EN_DASH (Results 1 – 3 of 3) sorted by relevance
60 private static final char EN_DASH = '\u2013'; field in DigitsKeyListener186 if (minus == MINUS_SIGN || minus == EN_DASH) { in DigitsKeyListener()
44 const uint16_t EN_DASH = 0x2013; variable115 const uint16_t word[] = {'x', EN_DASH, 'y'}; in TEST()
70366 Landroid/text/method/DigitsKeyListener;->EN_DASH:C