Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dosxlocale.cxx73 int macosx_getLocale(char *locale, sal_uInt32 bufferLen) in macosx_getLocale() argument
86 CFStringGetCString(lang, locale, bufferLen, kCFStringEncodingASCII); in macosx_getLocale()
92 strlcat(locale, "_", bufferLen - strlen(locale)); in macosx_getLocale()
95 …CFStringGetCString(country, locale + strlen(locale), bufferLen - strlen(locale), kCFStringEncoding… in macosx_getLocale()
100 strlcat(locale, ".UTF-8", bufferLen - strlen(locale)); in macosx_getLocale()
113 extern "C" int macxp_OSXConvertCFEncodingToIANACharSetName( char *buffer, unsigned int bufferLen, C… in macxp_OSXConvertCFEncodingToIANACharSetName() argument
118 CFStringGetCString( sCFEncodingName, buffer, bufferLen, cfEncoding ); in macxp_OSXConvertCFEncodingToIANACharSetName()
H A Dnlsupport.c830 int macosx_getLocale(char *locale, sal_uInt32 bufferLen);
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx37 sal_uInt32 bufferLen, in TypeReader_Impl()
41 , m_blopSize(bufferLen) in TypeReader_Impl()
46 m_pBlop = (sal_uInt8*)rtl_allocateMemory(bufferLen); in TypeReader_Impl()
47 rtl_copyMemory((void*)m_pBlop, buffer, bufferLen); in TypeReader_Impl()
50 m_blopSize = bufferLen; in TypeReader_Impl()
87 sal_uInt32 bufferLen, in TypeReader() argument
90 m_pImpl = new TypeReader_Impl(buffer, bufferLen, copyData); in TypeReader()
/trunk/main/registry/inc/registry/
H A Dreflread.hxx118 sal_uInt32 bufferLen,
322 sal_uInt32 bufferLen, in RegistryTypeReader() argument
327 m_hImpl = m_pApi->createEntry(buffer, bufferLen, copyData); in RegistryTypeReader()

Completed in 25 milliseconds