Home | History | Annotate | Download | only in Common

Lines Matching refs:codePage

52   int codePage = g_CodePage;

53 if (codePage == -1)
54 codePage = CP_OEMCP;
56 if (codePage == CP_UTF8)
59 UnicodeStringToMultiByte2(dest, s, (UINT)codePage);
65 int codePage = g_CodePage;
66 if (codePage == -1)
67 codePage = CP_OEMCP;
68 if (codePage == CP_UTF8)
71 UnicodeStringToMultiByte2(temp, s, (UINT)codePage);