Searched refs:matchStarts (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp940 static const int32_t matchStarts[] = {0, 2, 4, 8}; local
946 if (actualStart != matchStarts[i]) {
948 __LINE__, i, matchStarts[i], actualStart);
2021 static const int32_t matchStarts[] = {0, 2, 4, 8}; local
2027 if (actualStart != matchStarts[i]) {
2029 __FILE__, __LINE__, i, matchStarts[i], actualStart);

Completed in 89 milliseconds