Home | History | Annotate | Download | only in intltest

Lines Matching refs:startIndex

1889 static int32_t nextBoundaryAfter(const UnicodeString &string, int32_t startIndex) {
1893 if (startIndex >= textLen) {
1894 return startIndex;
1898 int32_t i = startIndex;