Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/misc/
H A DImplHelper.cxx101 OUString SAL_CALL getWinCPFromLocaleId( LCID lcid, LCTYPE lctype ) in getWinCPFromLocaleId() argument
109 if ( LOCALE_IDEFAULTCODEPAGE == lctype ) in getWinCPFromLocaleId()
113 else if ( LOCALE_IDEFAULTANSICODEPAGE == lctype ) in getWinCPFromLocaleId()
124 lcid, lctype | LOCALE_USE_CP_ACP, buff, sizeof( buff ) ); in getWinCPFromLocaleId()
166 OUString SAL_CALL getMimeCharsetFromLocaleId( LCID lcid, LCTYPE lctype, const OUString& aPrefix ) in getMimeCharsetFromLocaleId() argument
168 OUString charset = getWinCPFromLocaleId( lcid, lctype ); in getMimeCharsetFromLocaleId()
H A DImplHelper.hxx70 LCID lcid, LCTYPE lctype );
88 LCID lcid, LCTYPE lctype, const rtl::OUString& aPrefix );
/trunk/main/dtrans/source/win32/dtobj/
H A DFetcList.cxx425 sal_Bool SAL_CALL CFormatRegistrar::isLocaleCodePage( LCID lcid, LCTYPE lctype, sal_uInt32 codepage… in isLocaleCodePage() argument
433 GetLocaleInfoA( lcid, lctype, buff, sizeof( buff ) ); in isLocaleCodePage()
H A DFetcList.hxx132 static sal_Bool SAL_CALL isLocaleCodePage( LCID lcid, LCTYPE lctype, sal_uInt32 codepage );

Completed in 33 milliseconds