Lines Matching refs:endPos
1615 int32_t endPos, in checkDictionary() argument
1623 if ((endPos - startPos) <= 1) { in checkDictionary()
1624 return (reverse ? startPos : endPos); in checkDictionary()
1648 return (reverse ? startPos : endPos); in checkDictionary()
1654 utext_setNativeIndex(fText, reverse ? endPos : startPos); in checkDictionary()
1660 int32_t rangeEnd = endPos; in checkDictionary()
1756 if (endPos > breaks.peeki()) { in checkDictionary()
1769 if (endPos > fCachedBreakPositions[out-1]) { in checkDictionary()
1770 fCachedBreakPositions[out] = endPos; in checkDictionary()
1776 return preceding(endPos); in checkDictionary()
1787 utext_setNativeIndex(fText, reverse ? startPos : endPos); in checkDictionary()
1788 return (reverse ? startPos : endPos); in checkDictionary()