Searched defs:CHAR_ZWSP (Results 1 - 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/android/text/
H A DStaticLayout_Delegate.java32 private static final char CHAR_ZWSP = 0x200B; // Zero width space. field in class:StaticLayout_Delegate
142 if (c == CHAR_SPACE || c == CHAR_ZWSP) {

Completed in 37 milliseconds