Home | History | Annotate | Download | only in intltest

Lines Matching refs:startIndex

1787 static int32_t nextBoundaryAfter(const UnicodeString &string, int32_t startIndex) {
1791 if (startIndex >= textLen) {
1792 return startIndex;
1796 int32_t i = startIndex;