Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp944 static const int32_t matchEnds[] = {10, 8, 6, 10}; in API_Match() local
955 if (actualEnd != matchEnds[i]) { in API_Match()
957 __LINE__, i, matchEnds[i], actualEnd); in API_Match()
2025 static const int32_t matchEnds[] = {10, 8, 6, 10}; in API_Match_UTF8() local
2036 if (actualEnd != matchEnds[i]) { in API_Match_UTF8()
2038 __FILE__, __LINE__, i, matchEnds[i], actualEnd); in API_Match_UTF8()