Searched refs:TextToUnicode (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | file_url.cxx | 532 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX)) in _osl_resolvepath() 936 int TextToUnicode( in TextToUnicode() function
|
H A D | file_url.h | 59 int TextToUnicode(const char* text, size_t text_buffer_size, sal_Unicode* unic_text, sal_Int32 unic…
|
/aoo41x/main/sal/osl/os2/ |
H A D | file_url.cxx | 99 extern "C" int TextToUnicode(const char* text, size_t text_buffer_size, sal_Unicode* unic_text, sal… 1207 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX))
|
H A D | file.cxx | 803 extern "C" int TextToUnicode( 3207 int TextToUnicode( in TextToUnicode() function
|
Completed in 52 milliseconds