Searched refs:ansiCP (Results 1 – 1 of 1) sorted by relevance
128 WCHAR ansiCP[6]; in GetTextEncodingFromLCID() local131 if( localeId && GetLocaleInfo( localeId, LOCALE_IDEFAULTANSICODEPAGE, ansiCP, 6 ) ) in GetTextEncodingFromLCID()134 if( 0 != wcscmp( ansiCP, L"0" ) ) in GetTextEncodingFromLCID()140 codepage = wcstol( ansiCP, &pwcEnd, 10 ); in GetTextEncodingFromLCID()
Completed in 8 milliseconds