Searched refs:countryList (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.1.4/build/demos/kprdemo/src/ |
| D | kprdemo.c | 62 KBDCountryCode countryList[] = { variable 83 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) 428 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main() 455 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 457 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main() 459 if (countryList[country[cch]] == KBD_CC_JAPANESE) { in main() 471 } else if (countryList[country[cch]] != KBD_CC_UNITED_STATES && in main() 472 countryList[country[cch]] != KBD_CC_ITALIAN) { in main()
|
| /RvlSDK-3.1.4/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 66 KBDCountryCode countryList[] = { variable 87 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) 413 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main() 439 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 441 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
|
| D | kbdUTF8Sync.c | 64 KBDCountryCode countryList[] = { variable 85 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) 414 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main() 439 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 441 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
|