Searched refs:nextCase (Results 1 - 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | testdata.h | 22 * This class provides two important methods: nextSettings and nextCase 34 * while(nextCase(cases, status) { 84 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0; 109 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status) override;
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | testdata.h | 22 * This class provides two important methods: nextSettings and nextCase 34 * while(nextCase(cases, status) { 84 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0; 109 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A 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/ |
H A 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/test/intltest/ |
H A D | dadrcal.cpp | 99 while (testData->nextCase(currentCase, status)) { in testOps() 394 while (testData->nextCase(currentCase, status)) { in testConvert()
|
H A D | dadrfmt.cpp | 114 while (testData->nextCase(currentCase, status)) { in testConvertDate()
|
H A D | convtest.cpp | 107 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in TestToUnicode() 220 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in TestFromUnicode() 376 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in TestGetUnicodeSet()
|
H A D | strcase.cpp | 553 while(casingTest->nextCase(myCase, status)) { in TestCasing()
|
/third_party/node/test/parallel/ |
H A D | test-dns.js | 447 (async function nextCase() { 458 nextCase();
|
/third_party/icu/icu4c/source/test/iotest/ |
H A 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/sqlite/src/ |
H A D | sqlite3.c | 110593 int nextCase; /* GOTO label for next WHEN clause */ global() local [all...] |
Completed in 138 milliseconds