Home | History | Annotate | Download | only in common

Lines Matching refs:startPos

564     int32_t startPos = current();
567 result = checkDictionary(startPos, result, FALSE);
578 int32_t startPos;
600 if (fText == NULL || (startPos = current()) == 0) {
609 result = checkDictionary(result, startPos, TRUE);
1573 int32_t RuleBasedBreakIterator::checkDictionary(int32_t startPos,
1580 if (dictionaryCount <= 1 || (endPos - startPos) <= 1) {
1581 return (reverse ? startPos : endPos);
1605 return (reverse ? startPos : endPos);
1611 utext_setNativeIndex(fText, reverse ? endPos : startPos);
1616 int32_t rangeStart = startPos;
1710 if (startPos < breaks.elementAti(0)) {
1720 if (startPos < breaks.elementAti(0)) {
1721 fCachedBreakPositions[out++] = startPos;
1736 return following(startPos);
1744 utext_setNativeIndex(fText, reverse ? startPos : endPos);
1745 return (reverse ? startPos : endPos);