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