Searched defs:charToDeadVKTable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp2911 static const CharToVKEntry charToDeadVKTable[] = { variable
3010 charMap = charToDeadVKTable;
3177 for (int i = 0; charToDeadVKTable[i].c != 0; i++) {
3178 if (charToDeadVKTable[i].c == character) {
3179 return charToDeadVKTable[i].javaKey;
3357 // dead key: use charToDeadVKTable
3360 for (const CharToVKEntry *map = charToDeadVKTable; map->c != 0; ++map) {

Completed in 45 milliseconds