HomeSort by relevance Sort by last modified time
    Searched refs:nextCase (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/tools/ctestfw/unicode/
testdata.h 22 * 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);
  /external/icu/icu4c/source/tools/ctestfw/
testdata.cpp 125 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status)
136 nextCase = fCurrCase;
139 nextCase = NULL;
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 99 while (testData->nextCase(currentCase, status)) {
394 while (testData->nextCase(currentCase, status)) {
dadrfmt.cpp 114 while (testData->nextCase(currentCase, status)) {
convtest.cpp 105 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
227 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
392 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
    [all...]
strcase.cpp 544 while(casingTest->nextCase(myCase, status)) {
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 230 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
396 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
595 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
    [all...]
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 127 milliseconds