Home
last modified time | relevance | path

Searched refs:isEndExclusive (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DLocaleSpanCompatUtils.java103 boolean isEndExclusive = true; in updateLocaleSpan()
136 isEndExclusive = ((spanFlag & Spanned.SPAN_EXCLUSIVE_EXCLUSIVE) == in updateLocaleSpan()
157 isEndExclusive); in updateLocaleSpan()
204 final boolean isStartExclusive, final boolean isEndExclusive) { in getSpanFlag() argument
206 getSpanPointMarkFlag(isStartExclusive, isEndExclusive); in getSpanFlag()
210 final boolean isEndExclusive) { in getSpanPointMarkFlag() argument
212 return isEndExclusive ? Spanned.SPAN_EXCLUSIVE_EXCLUSIVE in getSpanPointMarkFlag()
215 return isEndExclusive ? Spanned.SPAN_INCLUSIVE_EXCLUSIVE in getSpanPointMarkFlag()