Lines Matching refs:currentCase
81 const DataMap *currentCase= NULL; in testOps() local
99 while (testData->nextCase(currentCase, status)) { in testOps()
113 UnicodeString testSetting = currentCase->getString(param, status); in testOps()
130 UnicodeString from = testSetting=currentCase->getString(param, status); in testOps()
149 UnicodeString operation = testSetting=currentCase->getString(param, in testOps()
166 =currentCase->getString(param, status); in testOps()
182 UnicodeString to = testSetting=currentCase->getString(param, status); in testOps()
370 const DataMap *currentCase= NULL; in testConvert() local
394 while (testData->nextCase(currentCase, status)) { in testConvert()
397 UnicodeString locale = currentCase->getString("locale", status); in testConvert()
413 UnicodeString from = currentCase->getString("from", status); in testConvert()
423 UnicodeString to = currentCase->getString("to", status); in testConvert()