Searched refs:matchStarts (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 884 static const int32_t matchStarts[] = {0, 2, 4, 8}; in API_Match() local 890 if (actualStart != matchStarts[i]) { in API_Match() 892 __LINE__, i, matchStarts[i], actualStart); in API_Match() 1965 static const int32_t matchStarts[] = {0, 2, 4, 8}; in API_Match_UTF8() local 1971 if (actualStart != matchStarts[i]) { in API_Match_UTF8() 1973 __FILE__, __LINE__, i, matchStarts[i], actualStart); in API_Match_UTF8()
|