Searched refs:isExtendedChar (Results 1 – 1 of 1) sorted by relevance
214 if (ccData.isExtendedChar()) { in handleDisplayableChars()906 return isBasicChar() || isSpecialChar() || isExtendedChar(); in isDisplayableChar()936 private boolean isExtendedChar() { in isExtendedChar() method in CCParser.CCData