/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1309 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()
|
D | regextst.cpp | 920 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/icu/source/test/intltest/ |
D | ssearch.cpp | 1312 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local 1325 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 1327 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1330 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase() 1333 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase() 1342 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 1344 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1347 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase() 1350 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
|
D | regextst.cpp | 915 int32_t actualStart = matcher->start(i, status); in API_Match() local 917 if (actualStart != matchStarts[i]) { in API_Match() 919 __LINE__, i, matchStarts[i], actualStart); in API_Match() 1996 int32_t actualStart = matcher->start(i, status); in API_Match_UTF8() local 1998 if (actualStart != matchStarts[i]) { in API_Match_UTF8() 2000 __FILE__, __LINE__, i, matchStarts[i], actualStart); in API_Match_UTF8()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelineView.js | 168 var actualStart = Math.max(frameStart, 0); 169 var width = frameEnd - actualStart; 170 frameStrip.style.left = actualStart + "px"; 181 if (actualStart > 0) {
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 1541 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()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | vtzone.cpp | 1541 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()
|