Searched refs:actualStart (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | ssearch.cpp | 2090 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local 2103 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 2105 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 2108 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase() 2111 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase() 2120 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 2122 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 2125 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase() 2128 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase() 2160 int32_t actualStart = -1, actualEnd = -1; in bmMonkeyTestCase() local [all …]
|
D | regextst.cpp | 909 int32_t actualStart = matcher->start(i, status); in API_Match() local 911 if (actualStart != matchStarts[i]) { in API_Match() 913 __LINE__, i, matchStarts[i], actualStart); in API_Match() 1990 int32_t actualStart = matcher->start(i, status); in API_Match_UTF8() local 1992 if (actualStart != matchStarts[i]) { in API_Match_UTF8() 1994 __FILE__, __LINE__, i, matchStarts[i], actualStart); in API_Match_UTF8()
|
/external/icu4c/i18n/ |
D | vtzone.cpp | 1535 UDate actualStart = MAX_MILLIS; in parse() local 1544 UBool startAvail = rule->getFirstStart(fromOffset, 0, actualStart); in parse() 1545 if (startAvail && actualStart < firstStart) { in parse() 1547 firstStart = actualStart; in parse()
|