Searched refs:codePage (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/instrument/
H A DEncodingSupport_md.c38 UINT codePage; local
49 codePage = atoi(strCodePage);
51 codePage = GetACP();
68 plen = WideCharToMultiByte(codePage,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.h202 UINT codePage = 0);
206 UINT codePage = 0)
208 return DrawStringSize_sub(str, hDC, font, x, y, TRUE , codePage);
213 UINT codePage = 0)
215 return DrawStringSize_sub(str, hDC, font, 0, 0, FALSE, codePage);
225 long x, long y, UINT codePage = 0)
227 DrawStringSize_sub(str, hDC, font, x, y, TRUE, codePage);
H A Dawt_Font.cpp631 UINT codePage)
629 DrawStringSize_sub(jstring str, HDC hDC, jobject font, long x, long y, BOOL draw, UINT codePage) argument
/openjdk7/jdk/src/windows/npt/
H A Dutf_md.c72 getWideString(UINT codePage, char* str, int len, int *pwlen) argument
78 wlen = MultiByteToWideChar(codePage, 0, str, len, NULL, 0);
89 if (MultiByteToWideChar(codePage, 0, str, len, wstr, wlen) == 0) {

Completed in 37 milliseconds