Searched defs:retVal (Results 1 – 6 of 6) sorted by relevance
119 String[] retVal = dfs.getAmPmStrings(); in test_getAmPmStrings() local133 String[] retVal = dfs.getEras(); in test_getEras() local147 String[] retVal = dfs.getMonths(); in test_getMonths() local162 String[] retVal = dfs.getShortMonths(); in test_getShortMonths() local176 String[] retVal = dfs.getShortWeekdays(); in test_getShortWeekdays() local190 String[] retVal = dfs.getWeekdays(); in test_getWeekdays() local208 String[][] retVal = dfs.getZoneStrings(); in test_getZoneStrings() local237 String[] retVal = dfs.getAmPmStrings(); in test_setAmPmStrings$Ljava_lang_String() local252 String[] retVal = dfs.getEras(); in test_setEras$Ljava_lang_String() local280 String[] retVal = dfs.getMonths(); in test_setMonths$Ljava_lang_String() local[all …]
83 Integer retVal = itr.next(); in testItr() local85 "Corrupt iterator: key " + retVal + " already encountered"); in testItr() local94 Integer retVal = itr.next(); in testItr() local96 "Corrupt iterator: key " + retVal + " already encountered"); in testItr() local
49 Object retVal; in testPutIfAbsent() local154 Object retVal = map.replace(keys[i], val); in testReplaceIfMapped() local189 T retVal; in testComputeIfAbsent() local252 T retVal = map.computeIfPresent(keys[i], mappingFunction); in testComputeIfPresent() local312 IntKey retVal = map.compute(keys[i], mappingFunction); in testComputeNonNull() local355 Object retVal = map.compute(keys[i], mappingFunction); in testComputeNull() local394 IntKey retVal = map.merge(keys[i], val, mappingFunction); in testMergeNonNull() local430 Object retVal = map.merge(keys[i], val, mappingFunction); in testMergeNull() local
61 StringBuilder retVal = new StringBuilder(super.toString()); in toString() local
187 String retVal = null; in encode() local
189 String retVal = null; in encode() local