Searched refs:country (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.3/build/demos/kprdemo/src/ |
| D | kprdemo.c | 241 KBDCountryCode country; in kbdAppKeyEvent() local 346 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent() 348 if (country == KBD_CC_GREEK) { in kbdAppKeyEvent() 395 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0}; // index into codeList above in main() local 460 country[cch] = (country[cch]+1) % MAX_CODE; in main() 462 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main() 464 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 466 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main() 468 if (countryList[country[cch]] == KBD_CC_JAPANESE) { in main() 480 } else if (countryList[country[cch]] != KBD_CC_UNITED_STATES && in main() [all …]
|
| /RvlSDK-3.3/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 242 KBDCountryCode country; in kbdAppKeyEvent() local 283 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent() 306 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent() 347 if (country == KBD_CC_GREEK) { in kbdAppKeyEvent() 393 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0 }; // index into codeList above variable 447 country[cch] = (country[cch]+1) % MAX_CODE; in main() 449 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main() 451 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 453 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
|
| D | kbdUTF8Sync.c | 241 KBDCountryCode country; in kbdAppKeyEvent() local 282 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent() 305 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent() 346 if (country == KBD_CC_GREEK) { in kbdAppKeyEvent() 398 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0 }; // index into codeList above in main() local 447 country[cch] = (country[cch]+1) % MAX_CODE; in main() 449 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main() 451 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 453 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
|
| /RvlSDK-3.3/X86/bin/ |
| D | setcountrycode.bat | 15 echo Sets the country code on disc. 41 echo Successfully done. Set the country code for the disc to China. 51 echo Successfully done. Set the country code for the disc to Korea. 61 echo Successfully done. Set the country code for the disc to Europe. 71 echo Successfully done. Set the country code for the disc to US. 81 echo Successfully done. Set the country code for the disc to Japan. 85 echo Failed to set the country code on disc.
|
| /RvlSDK-3.3/include/revolution/ |
| D | kbd.h | 270 KBDEc KBDSetCountry (KBDChannel ch, KBDCountryCode country); // set country 271 KBDEc KBDGetCountry (KBDChannel ch, KBDCountryCode *country); // get country 282 KBDUnicode KBDTranslateHidCode(KBDHIDCode hid, KBDModState modState, KBDCountryCode country);
|
| /RvlSDK-3.3/vcmv/ |
| D | Readme_en.txt | 539 NMenu so that country code, and parental control information
|