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

/openjdk7/jdk/src/windows/instrument/
H A DEncodingSupport_md.c37 TCHAR strCodePage[7]; // ANSI code page id local
48 strCodePage, sizeof(strCodePage)/sizeof(TCHAR)) > 0 ) {
49 codePage = atoi(strCodePage);
/openjdk7/jdk/src/windows/npt/
H A Dutf_md.c41 TCHAR strCodePage[7]; // ANSI code page id local
51 strCodePage, sizeof(strCodePage)/sizeof(TCHAR)) > 0 ) {
52 ui->platformCodePage = atoi(strCodePage);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_MenuItem.cpp129 TCHAR strCodePage[MAX_ACP_STR_LEN]; local
133 if (GetLocaleInfo(idLocale, LOCALE_IDEFAULTANSICODEPAGE, strCodePage, sizeof(strCodePage)/sizeof(TCHAR)) > 0 )
134 return _ttoi(strCodePage);
H A Dawt_Component.cpp3628 TCHAR strCodePage[MAX_ACP_STR_LEN]; local
3632 if (GetLocaleInfo(idLocale, LOCALE_IDEFAULTANSICODEPAGE, strCodePage, sizeof(strCodePage)/sizeof(TCHAR)) > 0 )
3633 return _ttoi(strCodePage);

Completed in 85 milliseconds