Searched refs:bufferLen (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | osxlocale.cxx | 73 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 D | nlsupport.c | 830 int macosx_getLocale(char *locale, sal_uInt32 bufferLen);
|
/aoo41x/main/rdbmaker/inc/codemaker/ |
H A D | registry.hxx | 37 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()
|
/aoo41x/main/registry/inc/registry/ |
H A D | reflread.hxx | 117 sal_uInt32 bufferLen, 321 sal_uInt32 bufferLen, in RegistryTypeReader() argument 326 m_hImpl = m_pApi->createEntry(buffer, bufferLen, copyData); in RegistryTypeReader()
|
Completed in 52 milliseconds