Home | History | Annotate | Download | only in common

Lines Matching full:startpos

44                                  int32_t startPos,
59 while((current = (int32_t)utext_getNativeIndex(text)) > startPos && isDict) {
63 rangeStart = (current < startPos) ? startPos : current+(isDict ? 0 : 1);