Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dprint.c27 static u16 PRi_SplitCharShiftJIS(const void **ppChar);
72 while ((code = PRi_SplitCharShiftJIS((const void **)&p)) != '\0') in PR_PutString()
142 while (PRi_SplitCharShiftJIS((const void **)&str)) in PR_GetStringLengthA()
292 static u16 PRi_SplitCharShiftJIS(const void **ppChar) in PRi_SplitCharShiftJIS() function