/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 140 DataMap currentCase = (DataMap) iter.next(); in testConvert() local 143 String locale = testSetting = currentCase.getString("locale"); in testConvert() 150 String from = currentCase.getString("from"); in testConvert() 152 String to = currentCase.getString("to"); in testConvert() 185 DataMap currentCase = (DataMap) iter.next(); in testOps() local 193 String testSetting = currentCase.getString(param); in testOps() 201 String from = testSetting=currentCase.getString(param); in testOps() 212 String operation = testSetting=currentCase.getString(param); in testOps() 216 String paramsData = testSetting = currentCase.getString(param); in testOps() 223 String to = testSetting=currentCase.getString(param); in testOps()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 143 DataMap currentCase = (DataMap) iter.next(); in testConvert() local 146 String locale = testSetting = currentCase.getString("locale"); in testConvert() 153 String from = currentCase.getString("from"); in testConvert() 155 String to = currentCase.getString("to"); in testConvert() 188 DataMap currentCase = (DataMap) iter.next(); in testOps() local 196 String testSetting = currentCase.getString(param); in testOps() 204 String from = testSetting=currentCase.getString(param); in testOps() 215 String operation = testSetting=currentCase.getString(param); in testOps() 219 String paramsData = testSetting = currentCase.getString(param); in testOps() 226 String to = testSetting=currentCase.getString(param); in testOps()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dadrcal.cpp | 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() [all …]
|
D | dadrfmt.cpp | 111 const DataMap *currentCase= NULL; in testConvertDate() local 114 while (testData->nextCase(currentCase, status)) { in testConvertDate() 133 UnicodeString locale = currentCase->getString("locale", status); in testConvertDate() 138 UnicodeString zone = currentCase->getString("zone", status); in testConvertDate() 143 UnicodeString spec = currentCase->getString("spec", status); in testConvertDate() 148 UnicodeString date = currentCase->getString("date", status); in testConvertDate() 153 UnicodeString expectStr= currentCase->getString("str", status); in testConvertDate()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DataDrivenFormatTest.java | 95 DataMap currentCase = (DataMap) iter.next(); in testConvertDate() local 98 String locale = currentCase.getString("locale"); in testConvertDate() 99 String zone = currentCase.getString("zone"); in testConvertDate() 100 String spec = currentCase.getString("spec"); in testConvertDate() 101 String date = currentCase.getString("date"); in testConvertDate() 102 String str = currentCase.getString("str"); in testConvertDate()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenFormatTest.java | 92 DataMap currentCase = (DataMap) iter.next(); in testConvertDate() local 95 String locale = currentCase.getString("locale"); in testConvertDate() 96 String zone = currentCase.getString("zone"); in testConvertDate() 97 String spec = currentCase.getString("spec"); in testConvertDate() 98 String date = currentCase.getString("date"); in testConvertDate() 99 String str = currentCase.getString("str"); in testConvertDate()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | AnalyzeCallDepth.cpp | 140 TIntermCase* currentCase = (*it)->getAsCaseNode(); in visitSwitch() local 141 if(currentCase) in visitSwitch() 144 TIntermTyped* condition = currentCase->getCondition(); in visitSwitch()
|
D | OutputASM.cpp | 2017 TIntermCase* currentCase = (*it)->getAsCaseNode(); in visitSwitch() local 2018 if(currentCase) in visitSwitch() 2022 TIntermTyped* condition = currentCase->getCondition(); in visitSwitch()
|
/third_party/protobuf/js/ |
D | message.js | 1162 var currentCase = jspb.Message.computeOneofCase(msg, oneof); 1163 if (currentCase && currentCase !== fieldNumber && value !== undefined) { 1164 if (msg.wrappers_ && currentCase in msg.wrappers_) { 1165 msg.wrappers_[currentCase] = undefined; 1167 jspb.Message.setField(msg, currentCase, undefined);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 3800 std::vector<StoreMode>::iterator currentCase = testModes.begin(); in iterate() local 3801 while (currentCase != testModes.end()) in iterate() 3805 GLenum parameter = currentCase->parameter; in iterate() 3806 GLint value = currentCase->value; in iterate() 3808 *(currentCase->property) = value; in iterate() 3838 ++currentCase; in iterate()
|