Home | History | Annotate | Download | only in intltest

Lines Matching refs:startIndex

1881 static int32_t nextBoundaryAfter(const UnicodeString &string, int32_t startIndex) {
1885 if (startIndex >= textLen) {
1886 return startIndex;
1890 int32_t i = startIndex;