Searched refs:endHyphenEdit (Results 1 – 4 of 4) sorted by relevance
102 minikin::endHyphenEdit(mHyphenEdit)); in setStartHyphenEdit()116 return minikin::endHyphenEdit(mHyphenEdit); in getEndHyphenEdit()
147 if (expected[i].mEndEdit != endHyphenEdit(edit)) { in sameLineBreak()184 const EndHyphenEdit endEdit = endHyphenEdit(edit); in toString()
104 inline EndHyphenEdit endHyphenEdit(HyphenEdit hyphenEdit) { in endHyphenEdit() function
1085 private int adjustEndHyphenEdit(int limit, @Paint.EndHyphenEdit int endHyphenEdit) {1087 return limit < mLen ? Paint.END_HYPHEN_EDIT_NO_EDIT : endHyphenEdit;