Home
last modified time | relevance | path

Searched refs:countryList (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2/build/demos/kprdemo/src/
Dkprdemo.c72 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/
DkbdUTF8.c74 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()
DkbdUTF8Sync.c73 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()