Searched refs:UnicodeToText (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sal/osl/os2/ |
H A D | module.c | 36 int UnicodeToText(char *, size_t, const sal_Unicode *, sal_Int32); 57 if (UnicodeToText(buffer, PATH_MAX, ustrTmp->buffer, ustrTmp->length)) in osl_loadModule() 148 if (UnicodeToText(buffer, PATH_MAX, pModuleName->buffer, in osl_getModuleHandle()
|
H A D | file_url.cxx | 98 extern "C" int UnicodeToText(char *, size_t, const sal_Unicode *, sal_Int32); 1201 if (!UnicodeToText(unresolved_path, sizeof(unresolved_path), path, rtl_ustr_getLength(path))) 1434 …UnicodeToText( szBaseSysPath, sizeof(szBaseSysPath), ustrBaseSysPath->buffer, ustrBaseSysPath->len… in osl_getAbsoluteFileURL() 1438 …UnicodeToText( szRelSysPath, sizeof(szRelSysPath), ustrRelSysPath->buffer, ustrRelSysPath->length); in osl_getAbsoluteFileURL() 1618 if(!UnicodeToText( buffer, bufLen, ustrSystemPath->buffer, ustrSystemPath->length)) in FileURLToPath()
|
H A D | file.cxx | 802 extern "C" int UnicodeToText( char *, size_t, const sal_Unicode *, sal_Int32 ); 987 if ( UnicodeToText( path, PATH_MAX, ustrSystemPath->buffer, ustrSystemPath->length ) ) in osl_openDirectory() 3162 int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen ) in UnicodeToText() function
|
/aoo42x/main/sal/osl/unx/ |
H A D | module.c | 38 extern int UnicodeToText(char *, size_t, const sal_Unicode *, sal_Int32); 59 if (UnicodeToText(buffer, PATH_MAX, ustrTmp->buffer, ustrTmp->length)) in osl_loadModule()
|
H A D | file_url.cxx | 525 if (!UnicodeToText(unresolved_path, sizeof(unresolved_path), path, rtl_ustr_getLength(path))) in _osl_resolvepath() 834 if(!UnicodeToText( buffer, bufLen, ustrSystemPath->buffer, ustrSystemPath->length)) in FileURLToPath() 878 int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen ) in UnicodeToText() function
|
H A D | file_url.h | 53 int UnicodeToText(char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen);
|
H A D | file_misc.cxx | 166 if ( UnicodeToText( path, PATH_MAX, ustrSystemPath->buffer, ustrSystemPath->length ) in osl_openDirectory()
|
Completed in 52 milliseconds