Home
last modified time | relevance | path

Searched refs:nextCase (Results 1 - 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestdata.h22 * 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 Dtestdata.h22 * 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 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/
H A 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/test/intltest/
H A Ddadrcal.cpp99 while (testData->nextCase(currentCase, status)) { in testOps()
394 while (testData->nextCase(currentCase, status)) { in testConvert()
H A Ddadrfmt.cpp114 while (testData->nextCase(currentCase, status)) { in testConvertDate()
H A 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()
H A Dstrcase.cpp553 while(casingTest->nextCase(myCase, status)) { in TestCasing()
/third_party/node/test/parallel/
H A Dtest-dns.js447 (async function nextCase() {
458 nextCase();
/third_party/icu/icu4c/source/test/iotest/
H A 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/sqlite/src/
H A Dsqlite3.c110593 int nextCase; /* GOTO label for next WHEN clause */ global() local
[all...]

Completed in 138 milliseconds