Home
last modified time | relevance | path

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

/dports/games/gtypist/gtypist-2.9.5/src/
H A Dutf8.c50 int convresult = MultiByteToWideChar(CP_UTF8, 0, text, in widen() local
56 int convresult = mbstowcs(wideText, text, numChars+1); in widen()
59 if (convresult != numChars) in widen()