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