Home
last modified time | relevance | path

Searched refs:inputKey (Results 1 - 2 of 2) sorted by relevance

/third_party/gptfdisk/
H A Dgptcurses.cc656 int inputKey, exitNow = 0; in AcceptInput() local
660 inputKey = getch(); in AcceptInput()
661 switch (inputKey) { in AcceptInput()
687 exitNow = Dispatch(inputKey); in AcceptInput()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java615 // map is constructed to avoid any duplication of the indices (the 'inputKey') we ensure that in recurse()
624 int inputKey = (int) (((lhsJumpTable & 0xF) << 4) | (rhsJumpTable & 0xF)); in recurse()
627 if ((inputMap[n] >> 16) == inputKey) { in recurse()
635 inputMap[n] = (inputKey << 16) | digitMask; in recurse()

Completed in 4 milliseconds