Home
last modified time | relevance | path

Searched refs:UnicodeToText (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dmodule.c36 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 Dfile_url.cxx98 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)))
1434UnicodeToText( szBaseSysPath, sizeof(szBaseSysPath), ustrBaseSysPath->buffer, ustrBaseSysPath->len… in osl_getAbsoluteFileURL()
1438UnicodeToText( szRelSysPath, sizeof(szRelSysPath), ustrRelSysPath->buffer, ustrRelSysPath->length); in osl_getAbsoluteFileURL()
1618 if(!UnicodeToText( buffer, bufLen, ustrSystemPath->buffer, ustrSystemPath->length)) in FileURLToPath()
H A Dfile.cxx802 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
/trunk/main/sal/osl/unx/
H A Dmodule.c38 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 Dfile_url.cxx525 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 Dfile_url.h53 int UnicodeToText(char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen);
H A Dfile_misc.cxx166 if ( UnicodeToText( path, PATH_MAX, ustrSystemPath->buffer, ustrSystemPath->length ) in osl_openDirectory()

Completed in 46 milliseconds