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

/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp917 static const int32_t matchEnds[] = {10, 8, 6, 10}; local
928 if (actualEnd != matchEnds[i]) {
930 __LINE__, i, matchEnds[i], actualEnd);
1998 static const int32_t matchEnds[] = {10, 8, 6, 10}; local
2009 if (actualEnd != matchEnds[i]) {
2011 __FILE__, __LINE__, i, matchEnds[i], actualEnd);

Completed in 120 milliseconds