Lines Matching refs:translations
41 static unsigned short translations[][E_TABSZ] = {
229 unsigned short *t = translations[m];
244 for (unsigned int ch = 0; ch < ARRAY_SIZE(translations[m]); ch++) {
290 return translations[m];
365 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf));
374 unsigned short *p = translations[USER_MAP];
396 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf));
407 memcpy(outbuf, translations[USER_MAP], sizeof(outbuf));
849 unsigned short uni = translations[USER_MAP][c];
856 for (c = 0; c < ARRAY_SIZE(translations[USER_MAP]); c++)
857 if (translations[USER_MAP][c] == uni ||
858 (translations[USER_MAP][c] == (c | 0xf000) && uni == c))