Searched refs:INVALID_CHAR (Results 1 – 4 of 4) sorted by relevance
15 static const uint8_t INVALID_CHAR = 18; variable795 c = INVALID_CHAR; in next()
18 private static final char INVALID_CHAR = 0xFFFE; field in UtilsTest24 assertEquals(Utils.escapeUnicode(String.valueOf(INVALID_CHAR)), in escapeUnicode()
33 private static final char INVALID_CHAR = '\uffff'; field in IndicInputMethodImpl200 if (currentChar == INVALID_CHAR) { in handleKeyTyped()271 text[0] = INVALID_CHAR; in handleKeyTyped()293 text[0] = INVALID_CHAR; in endComposition()
38 #define INVALID_CHAR 0xffff macro