Searched refs:nextCase (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | testdata.cpp | 125 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/ |
D | testdata.cpp | 125 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/ |
D | testdata.cpp | 125 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/ |
D | testdata.h | 84 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/ |
D | testdata.h | 84 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/ |
D | testdata.h | 84 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0; 109 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
|
/third_party/node/test/parallel/ |
D | test-dns.js | 433 (async function nextCase() { function 444 nextCase();
|
/third_party/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 230 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/ |
D | dadrcal.cpp | 99 while (testData->nextCase(currentCase, status)) { in testOps() 394 while (testData->nextCase(currentCase, status)) { in testConvert()
|
D | dadrfmt.cpp | 114 while (testData->nextCase(currentCase, status)) { in testConvertDate()
|
D | convtest.cpp | 106 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()
|
D | strcase.cpp | 550 while(casingTest->nextCase(myCase, status)) { in TestCasing()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 106691 int nextCase; /* GOTO label for next WHEN clause */ 106734 nextCase = sqlite3VdbeMakeLabel(pParse); 106736 sqlite3ExprIfFalse(pParse, pTest, nextCase, SQLITE_JUMPIFNULL); 106740 sqlite3VdbeResolveLabel(v, nextCase);
|