Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/wm/dataShare-Model/src/
Dprint.c26 static u16 PRi_GetFontIndex(u16 sjisCode);
149 static u16 PRi_GetFontIndex(u16 sjisCode) in PRi_GetFontIndex() argument
213 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()