Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kprdemo/src/
Dkprdemo.c75 KBDCountryCode countryList[] = { variable
96 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode))
442 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); 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()
481 countryList[country[cch]] != KBD_CC_ITALIAN) { in main()
/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdUTF8.c77 KBDCountryCode countryList[] = { variable
98 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode))
430 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); 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()
DkbdUTF8Sync.c76 KBDCountryCode countryList[] = { variable
97 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode))
430 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); 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()