Home
last modified time | relevance | path

Searched refs:nextCase (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Dtestdata.cpp125 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) in nextCase() argument
136 nextCase = fCurrCase; in nextCase()
139 nextCase = NULL; in nextCase()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dtestdata.cpp125 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) in nextCase() function in RBTestData
136 nextCase = fCurrCase; in nextCase()
139 nextCase = NULL; in nextCase()
/third_party/icu/icu4c/source/tools/ctestfw/
Dtestdata.cpp125 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) in nextCase() argument
136 nextCase = fCurrCase; in nextCase()
139 nextCase = NULL; in nextCase()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dtestdata.h84 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0;
109 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtestdata.h84 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0;
109 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtestdata.h84 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0;
109 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
/third_party/node/test/parallel/
Dtest-dns.js433 (async function nextCase() { function
444 nextCase();
/third_party/icu/icu4c/source/test/iotest/
Diotest.cpp230 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in DataDrivenPrintf()
433 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in DataDrivenScanf()
632 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in DataDrivenPrintfPrecision()
/third_party/icu/icu4c/source/test/intltest/
Ddadrcal.cpp99 while (testData->nextCase(currentCase, status)) { in testOps()
394 while (testData->nextCase(currentCase, status)) { in testConvert()
Ddadrfmt.cpp114 while (testData->nextCase(currentCase, status)) { in testConvertDate()
Dconvtest.cpp106 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in TestToUnicode()
219 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in TestFromUnicode()
375 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in TestGetUnicodeSet()
Dstrcase.cpp550 while(casingTest->nextCase(myCase, status)) { in TestCasing()
/third_party/sqlite/src/
Dsqlite3.c106691 int nextCase; /* GOTO label for next WHEN clause */
106734 nextCase = sqlite3VdbeMakeLabel(pParse);
106736 sqlite3ExprIfFalse(pParse, pTest, nextCase, SQLITE_JUMPIFNULL);
106740 sqlite3VdbeResolveLabel(v, nextCase);