Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dssearch.cpp2080 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local
2093 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase()
2095 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2098 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2101 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
2110 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase()
2112 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2115 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2118 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
2150 int32_t actualStart = -1, actualEnd = -1; in bmMonkeyTestCase() local
[all …]
Dregextst.cpp813 int32_t actualStart = matcher->start(i, status); in API_Match() local
815 if (actualStart != matchStarts[i]) { in API_Match()
817 __LINE__, i, matchStarts[i], actualStart); in API_Match()
1859 int32_t actualStart = matcher->start(i, status); in API_Match_UTF8() local
1861 if (actualStart != matchStarts[i]) { in API_Match_UTF8()
1863 __FILE__, __LINE__, i, matchStarts[i], actualStart); in API_Match_UTF8()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1309 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local
1322 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase()
1324 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1327 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
1330 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
1339 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase()
1341 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1344 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
1347 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
Dregextst.cpp920 int32_t actualStart = matcher->start(i, status); in API_Match() local
922 if (actualStart != matchStarts[i]) { in API_Match()
924 __LINE__, i, matchStarts[i], actualStart); in API_Match()
2001 int32_t actualStart = matcher->start(i, status); in API_Match_UTF8() local
2003 if (actualStart != matchStarts[i]) { in API_Match_UTF8()
2005 __FILE__, __LINE__, i, matchStarts[i], actualStart); in API_Match_UTF8()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineView.js171 var actualStart = Math.max(frameStart, 0);
172 var width = frameEnd - actualStart;
173 frameStrip.style.left = actualStart + "px";
184 if (actualStart > 0) {
/external/chromium_org/third_party/icu/source/i18n/
Dvtzone.cpp1535 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()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1541 UDate actualStart = MAX_MILLIS; in parse() local
1550 UBool startAvail = rule->getFirstStart(fromOffset, 0, actualStart); in parse()
1551 if (startAvail && actualStart < firstStart) { in parse()
1553 firstStart = actualStart; in parse()