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

/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.java967 // TODO: could move TAB to share same column as HYPHEN, simplifying this code and gaining
970 lines[off + HYPHEN] = flags;
1184 return mLines[mColumns * line + HYPHEN] & 0xff;
1287 private static final int HYPHEN = 3; field in class:StaticLayout
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp340 const uint32_t HYPHEN = 0x2010; member in namespace:android
349 HYPHEN, NB_HYPHEN, FEMALE_SIGN, MALE_SIGN, STAFF_OF_AESCULAPIUS };

Completed in 136 milliseconds