Searched refs:CHAR_TAB (Results 1 – 2 of 2) sorted by relevance
33 private static final char CHAR_TAB = 0x09; field in StaticLayout_Delegate191 } else if (c == CHAR_TAB) { in computePrimitives()
33 const int CHAR_TAB = 0x0009; variable149 if (c == CHAR_TAB) { in addStyleRun()