/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
testdata.h | 20 * 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/ |
testdata.h | 20 * 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/ |
testdata.cpp | 123 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) 134 nextCase = fCurrCase; 137 nextCase = NULL;
|
/external/icu4c/tools/ctestfw/ |
testdata.cpp | 123 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) 134 nextCase = fCurrCase; 137 nextCase = NULL;
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
iotest.cpp | 226 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) { [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrcal.cpp | 97 while (testData->nextCase(currentCase, status)) { 392 while (testData->nextCase(currentCase, status)) {
|
dadrcoll.cpp | 240 while(testData->nextCase(currentCase, status)) {
|
dadrfmt.cpp | 110 while (testData->nextCase(currentCase, status)) {
|
convtest.cpp | 106 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) { [all...] |
strcase.cpp | 479 while(casingTest->nextCase(myCase, status)) {
|
/external/icu4c/test/intltest/ |
dadrcal.cpp | 97 while (testData->nextCase(currentCase, status)) { 392 while (testData->nextCase(currentCase, status)) {
|
dadrcoll.cpp | 240 while(testData->nextCase(currentCase, status)) {
|
dadrfmt.cpp | 112 while (testData->nextCase(currentCase, status)) {
|
convtest.cpp | 106 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) { [all...] |
strcase.cpp | 476 while(casingTest->nextCase(myCase, status)) {
|
/external/icu4c/test/iotest/ |
iotest.cpp | 227 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) { [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
expr.c | [all...] |