Searched refs:CHAR_SPACE (Results 1 – 2 of 2) sorted by relevance
32 private static final char CHAR_SPACE = 0x20; field in StaticLayout_Delegate190 if (c == CHAR_SPACE || c == CHAR_ZWSP) { in computePrimitives()
182 private static final int CHAR_SPACE = ' '; field in KeyCharacterMap489 if (c == accent || CHAR_SPACE == c) { in getDeadChar()