Home | History | Annotate | Download | only in intltest

Lines Matching refs:matchStarts

916         static const int32_t matchStarts[] = {0,  2, 4, 8};
922 if (actualStart != matchStarts[i]) {
924 __LINE__, i, matchStarts[i], actualStart);
1997 static const int32_t matchStarts[] = {0, 2, 4, 8};
2003 if (actualStart != matchStarts[i]) {
2005 __FILE__, __LINE__, i, matchStarts[i], actualStart);