Home
last modified time | relevance | path

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

/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/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/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) override;
/third_party/node/test/parallel/
Dtest-dns.js447 (async function nextCase() { function
458 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.cpp107 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()
Dstrcase.cpp553 while(casingTest->nextCase(myCase, status)) { in TestCasing()