Searched refs:HYPHEN (Results 1 - 3 of 3) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp155 const uint32_t HYPHEN = 0x2010; member in namespace:android
161 KEYCAP, HYPHEN, NB_HYPHEN };
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java363 ints[HYPHEN] = reflowed.getHyphen(i);
645 return mInts.getValue(line, HYPHEN);
758 private static final int HYPHEN = 3; field in class:DynamicLayout
H A DStaticLayout.java957 // TODO: could move TAB to share same column as HYPHEN, simplifying this code and gaining
960 lines[off + HYPHEN] = flags;
1184 return mLines[mColumns * line + HYPHEN] & 0xff;
1287 private static final int HYPHEN = 3; field in class:StaticLayout

Completed in 109 milliseconds