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

/external/icu4c/test/intltest/
H A Dregextst.cpp905 static const int32_t matchStarts[] = {0, 2, 4, 8}; local
911 if (actualStart != matchStarts[i]) {
913 __LINE__, i, matchStarts[i], actualStart);
1986 static const int32_t matchStarts[] = {0, 2, 4, 8}; local
1992 if (actualStart != matchStarts[i]) {
1994 __FILE__, __LINE__, i, matchStarts[i], actualStart);

Completed in 79 milliseconds