Searched defs:isWide (Results 1 – 7 of 7) sorted by relevance
178 bool isWide() const { return Kind == tok::wide_char_constant; } in isWide() function243 bool isWide() const { return Kind == tok::wide_string_literal; } in isWide() function
250 protected boolean isWide() in isWide() method in VariableInstruction
921 protected boolean isWide() in isWide() method in Instruction
110 putChar((char) lastChar, isWide, false); in putString() local123 putChar((char) lastChar, isWide, false); in putString() local134 putChar((char) lastChar, isWide, false); in putString() local1602 private void putChar(char c, boolean isWide, boolean doshowcursor) { in putChar()
224 private boolean isWide(int script) { in isWide() method in AnyTransliterator
1558 bool isWide() const { return Kind == Wide; } in isWide() function