Searched refs:sjisCode (Results 1 – 1 of 1) sorted by relevance
26 static u16 PRi_GetFontIndex(u16 sjisCode);149 static u16 PRi_GetFontIndex(u16 sjisCode) in PRi_GetFontIndex() argument213 if (sjisCode <= 0xff) in PRi_GetFontIndex()215 return sjisCode; in PRi_GetFontIndex()218 switch (sjisCode) in PRi_GetFontIndex()241 return table[(sjisCode - 0x40) & 0xff]; in PRi_GetFontIndex()