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

/macosx-10.10/ICU-531.30/icuSources/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);
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/
H A Dtestdata.cpp123 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) argument
134 nextCase = fCurrCase;
137 nextCase = NULL;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddadrcal.cpp97 while (testData->nextCase(currentCase, status)) {
392 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) {
219 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
375 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
H A Dstrcase.cpp475 while(casingTest->nextCase(myCase, status)) {
/macosx-10.10/ICU-531.30/icuSources/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) {
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java798 Label nextCase = labels[i + 1];
801 mv.visitJumpInsn(IFNE, nextCase);
822 mv.visitJumpInsn(IF_ICMPNE, nextCase);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c75781 int nextCase; /* GOTO label for next WHEN clause */ local
[all...]

Completed in 299 milliseconds