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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp912 static const int32_t matchEnds[] = {10, 8, 6, 10}; local
923 if (actualEnd != matchEnds[i]) {
925 __LINE__, i, matchEnds[i], actualEnd);
1993 static const int32_t matchEnds[] = {10, 8, 6, 10}; local
2004 if (actualEnd != matchEnds[i]) {
2006 __FILE__, __LINE__, i, matchEnds[i], actualEnd);

Completed in 113 milliseconds