Home
last modified time | relevance | path

Searched refs:currentKey (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/samples/legacy/
Dlegacy.cpp57 uint8_t *currentKey = NULL; in printKeys() local
60 currentKey = keys[i]; in printKeys()
61 while(*currentKey != 0) { in printKeys()
62 if(*currentKey == 1) { in printKeys()
65 fprintf(stdout, "%02X", *currentKey); in printKeys()
67 currentKey++; in printKeys()
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DCompositeResourceLoader.java98 Object currentKey = loader.getResourceVersionId(filename); in getResourceVersionId() local
99 if (currentKey != null) { in getResourceVersionId()
100 return currentKey; in getResourceVersionId()
/external/gptfdisk/
Dgptcurses.cc56 currentKey = 'b'; // currently selected option in GPTDataCurses()
583 if (whichOptions.find(currentKey) == string::npos) in MoveSelection()
584 currentKey = 'n'; in MoveSelection()
585 newKeyNum = whichOptions.find(currentKey); in MoveSelection()
590 currentKey = whichOptions[newKeyNum]; in MoveSelection()
591 DisplayOptions(currentKey); in MoveSelection()
635 currentKey = selectedKey; in DisplayOptions()
666 exitNow = Dispatch(currentKey); in AcceptInput()
Dgptcurses.h85 char currentKey; variable
/external/python/cpython2/Lib/
Dplistlib.py397 self.currentKey = None
424 if self.currentKey is not None:
425 self.stack[-1][self.currentKey] = value
426 self.currentKey = None
452 self.currentKey = self.getData()