Searched refs:countryList (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2/build/demos/kprdemo/src/ |
| D | kprdemo.c | 72 KBDCountryCode countryList[] = { variable 93 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) 439 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main() 461 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 463 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main() 465 if (countryList[country[cch]] == KBD_CC_JAPANESE) { in main() 477 } else if (countryList[country[cch]] != KBD_CC_UNITED_STATES && in main() 478 countryList[country[cch]] != KBD_CC_ITALIAN) { in main()
|
| /RvlSDK-3.2/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 74 KBDCountryCode countryList[] = { variable 95 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) 427 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main() 448 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 450 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
|
| D | kbdUTF8Sync.c | 73 KBDCountryCode countryList[] = { variable 94 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) 427 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main() 448 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 450 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
|