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

/external/icu4c/test/intltest/
H A Dregextst.cpp906 static const int32_t matchEnds[] = {10, 8, 6, 10}; local
917 if (actualEnd != matchEnds[i]) {
919 __LINE__, i, matchEnds[i], actualEnd);
1987 static const int32_t matchEnds[] = {10, 8, 6, 10}; local
1998 if (actualEnd != matchEnds[i]) {
2000 __FILE__, __LINE__, i, matchEnds[i], actualEnd);

Completed in 78 milliseconds