Searched refs:nextCase (Results 1 – 10 of 10) sorted by relevance
/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/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/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) override;
|
/third_party/node/test/parallel/ |
D | test-dns.js | 447 (async function nextCase() { function 458 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 | 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()
|
D | strcase.cpp | 553 while(casingTest->nextCase(myCase, status)) { in TestCasing()
|