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

/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dtestdata.h20 * This class provides two important methods: nextSettings and nextCase
32 * while(nextCase(cases, status) {
82 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0;
107 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
/external/icu4c/tools/ctestfw/unicode/
H A Dtestdata.h20 * This class provides two important methods: nextSettings and nextCase
32 * while(nextCase(cases, status) {
82 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0;
107 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dtestdata.cpp123 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) argument
134 nextCase = fCurrCase;
137 nextCase = NULL;
/external/icu4c/tools/ctestfw/
H A Dtestdata.cpp123 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) argument
134 nextCase = fCurrCase;
137 nextCase = NULL;
/external/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.cpp226 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
392 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
591 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcal.cpp97 while (testData->nextCase(currentCase, status)) {
392 while (testData->nextCase(currentCase, status)) {
H A Ddadrcoll.cpp240 while(testData->nextCase(currentCase, status)) {
H A Ddadrfmt.cpp110 while (testData->nextCase(currentCase, status)) {
H A Dconvtest.cpp106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
219 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
375 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
H A Dstrcase.cpp479 while(casingTest->nextCase(myCase, status)) {
/external/icu4c/test/intltest/
H A Ddadrcal.cpp97 while (testData->nextCase(currentCase, status)) {
392 while (testData->nextCase(currentCase, status)) {
H A Ddadrcoll.cpp240 while(testData->nextCase(currentCase, status)) {
H A Ddadrfmt.cpp112 while (testData->nextCase(currentCase, status)) {
H A Dconvtest.cpp106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
228 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
393 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
H A Dstrcase.cpp476 while(casingTest->nextCase(myCase, status)) {
/external/icu4c/test/iotest/
H A Diotest.cpp227 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
393 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
592 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c2761 int nextCase; /* GOTO label for next WHEN clause */ local
2803 nextCase = sqlite3VdbeMakeLabel(v);
2805 sqlite3ExprIfFalse(pParse, pTest, nextCase, SQLITE_JUMPIFNULL);
2811 sqlite3VdbeResolveLabel(v, nextCase);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c73677 int nextCase; /* GOTO label for next WHEN clause */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c77173 int nextCase; /* GOTO label for next WHEN clause */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c77209 int nextCase; /* GOTO label for next WHEN clause */ local
[all...]

Completed in 628 milliseconds