Searched refs:lastKey (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSDataExtras.m315 NSString *lastKey = nil;
336 if (!lastKey) {
342 NSString *currentValue = [headerFields objectForKey:lastKey];
347 [headerFields setObject:(NSString *)mergedValue forKey:lastKey];
364 lastKey = (NSString *)CFMakeCollectable(CFStringCreateWithBytes(NULL, line, colon - line, kCFStringEncodingISOLatin1, FALSE));
365 [lastKey autorelease];
366 NSString *value = [lastKey _web_capitalizeRFC822HeaderFieldName];
367 lastKey = value;
381 NSString *oldValue = [headerFields objectForKey:lastKey];
387 [headerFields setObject:(NSString *)value forKey:lastKey];
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedMap.java183 * This method conforms to the {@link SortedMap#lastKey} interface.
190 public Object lastKey() { method in class:StoredSortedMap
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp1068 String lastKey; local
1087 if (lastKey.isNull()) {
1092 String currentValue = headerFields.get(lastKey);
1095 headerFields.set(lastKey, currentValue + newValue);
1107 lastKey = capitalizeRFC822HeaderFieldName(String(line, colon - line));
1119 String oldValue = headerFields.get(lastKey);
1123 headerFields.set(lastKey, value);
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java491 int lastKey = expected.lastKey();
492 for (int i = firstKey - 1; i <= lastKey + 1; i += 1) {
495 if (j < lastKey + 1) {
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java1698 smap.lastKey());
1709 assertNull(smap.lastKey());
1847 smap.lastKey());
1858 assertNull(smap.lastKey());
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl4205 set lastKey [lindex $data(keyList) $last]
4206 set last [expr {[nodeRow $win $lastKey end 1] - 1}]

Completed in 206 milliseconds