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

/frameworks/minikin/tests/unittest/
H A DHyphenatorTest.cpp49 const uint16_t HYPHEN = 0x2010; member in namespace:minikin
95 const uint16_t word[] = {'x', HYPHEN, 'y'};
107 const uint16_t word[] = {GREEK_LOWER_ALPHA, HYPHEN, GREEK_LOWER_ALPHA};
300 const uint16_t word[] = {'x', HYPHEN, 'y'};
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp303 const uint32_t HYPHEN = 0x2010; member in namespace:minikin
314 HYPHEN, NB_HYPHEN, NNBSP, FEMALE_SIGN, MALE_SIGN, STAFF_OF_AESCULAPIUS };
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java371 ints[HYPHEN] = reflowed.getHyphen(i) & HYPHEN_MASK;
728 return mInts.getValue(line, HYPHEN) & HYPHEN_MASK;
852 // HYPHEN and MAY_PROTRUDE_FROM_TOP_OR_BOTTOM share the same entry.
853 private static final int HYPHEN = 3; field in class:DynamicLayout
854 private static final int MAY_PROTRUDE_FROM_TOP_OR_BOTTOM = HYPHEN;
H A DStaticLayout.java1011 // TODO: could move TAB to share same column as HYPHEN, simplifying this code and gaining
1014 lines[off + HYPHEN] = flags;
1227 return mLines[mColumns * line + HYPHEN] & HYPHEN_MASK;
1366 private static final int HYPHEN = 3; field in class:StaticLayout

Completed in 151 milliseconds