Home | History | Annotate | Download | only in intltest

Lines Matching refs:currentCase

79     const DataMap *currentCase= NULL;
97 while (testData->nextCase(currentCase, status)) {
111 UnicodeString testSetting = currentCase->getString(param, status);
128 UnicodeString from = testSetting=currentCase->getString(param, status);
147 UnicodeString operation = testSetting=currentCase->getString(param,
164 =currentCase->getString(param, status);
180 UnicodeString to = testSetting=currentCase->getString(param, status);
368 const DataMap *currentCase= NULL;
392 while (testData->nextCase(currentCase, status)) {
395 UnicodeString locale = currentCase->getString("locale", status);
411 UnicodeString from = currentCase->getString("from", status);
421 UnicodeString to = currentCase->getString("to", status);