Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp943 static const int32_t matchStarts[] = {0, 2, 4, 8}; in API_Match() local
949 if (actualStart != matchStarts[i]) { in API_Match()
951 __LINE__, i, matchStarts[i], actualStart); in API_Match()
2024 static const int32_t matchStarts[] = {0, 2, 4, 8}; in API_Match_UTF8() local
2030 if (actualStart != matchStarts[i]) { in API_Match_UTF8()
2032 __FILE__, __LINE__, i, matchStarts[i], actualStart); in API_Match_UTF8()