Lines Matching refs:sal_Unicode

83 const sal_Unicode UNICHAR_SLASH = ((sal_Unicode)'/');
84 const sal_Unicode UNICHAR_COLON = ((sal_Unicode)':');
85 const sal_Unicode UNICHAR_DOT = ((sal_Unicode)'.');
148 sal_Unicode encodedSlash[3] = { '%', '2', 'F' }; in osl_getSystemPathFromFileURL()
149 sal_Unicode protocolDelimiter[3] = { ':', '/', '/' }; in osl_getSystemPathFromFileURL()
162 if( ( 0 == ustrFileURL->length ) || ( (sal_Unicode) '/' == ustrFileURL->buffer[0] ) ) in osl_getSystemPathFromFileURL()
189 …Char_WithLength( ustrFileURL->buffer + nOffset, ustrFileURL->length - nOffset, (sal_Unicode) '/' ); in osl_getSystemPathFromFileURL()
199 if( -1 != rtl_ustr_indexOfChar_WithLength( pTmp->buffer, pTmp->length, (sal_Unicode) '/' ) ) in osl_getSystemPathFromFileURL()
257 if( (sal_Unicode) '~' == pTmp->buffer[0] ) in osl_getSystemPathFromFileURL()
260 if( ( 1 == pTmp->length ) || ( (sal_Unicode)'/' == pTmp->buffer[1] ) ) in osl_getSystemPathFromFileURL()
299 static const sal_Unicode pDoubleSlash[2] = { '/', '/' }; in osl_getFileURLFromSystemPath()
334 if( (sal_Unicode) '~' == ustrSystemPath->buffer[0] ) in osl_getFileURLFromSystemPath()
337 if( ( 1 == ustrSystemPath->length ) || ( (sal_Unicode)'/' == ustrSystemPath->buffer[1] ) ) in osl_getFileURLFromSystemPath()
373 …if( ((sal_Unicode) '/' == pTmp->buffer[nSrcIndex]) && ((sal_Unicode) '/' == pTmp->buffer[nIndex]) ) in osl_getFileURLFromSystemPath()
397 if( (sal_Unicode)'/' == (*pustrFileURL)->buffer[0] ) in osl_getFileURLFromSystemPath()
445 sal_Unicode* ustrtoend(sal_Unicode* pStr) in ustrtoend()
454 sal_Unicode* ustrchrcat(const sal_Unicode chr, sal_Unicode* d) in ustrchrcat()
456 sal_Unicode* p = ustrtoend(d); in ustrchrcat()
466 bool _islastchr(sal_Unicode* pStr, sal_Unicode Chr) in _islastchr()
468 sal_Unicode* p = ustrtoend(pStr); in _islastchr()
480 sal_Unicode* _rmlastpathtoken(sal_Unicode* aPath) in _rmlastpathtoken()
488 sal_Unicode* p = ustrtoend(aPath) - 2; in _rmlastpathtoken()
516 /*inout*/ sal_Unicode* path, in _osl_resolvepath()
517 /*inout*/ sal_Unicode* current_pos, in _osl_resolvepath()
560 sal_Unicode path_resolved_so_far[PATH_MAX]; in osl_getAbsoluteFileURL_impl_()
561 const sal_Unicode* punresolved = unresolved_path.getStr(); in osl_getAbsoluteFileURL_impl_()
562 sal_Unicode* presolvedsf = path_resolved_so_far; in osl_getAbsoluteFileURL_impl_()
566 sal_Unicode* sentinel = path_resolved_so_far + PATH_MAX - 2; in osl_getAbsoluteFileURL_impl_()
868 sal_Unicode const * pSrcBuf, sal_Size nSrcChars, sal_Char * pDstBuf, sal_Size nDstBytes, in convert()
878 int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen ) in UnicodeToText()
925 sal_Char const * pSrcBuf, sal_Size nSrcBytes, sal_Unicode * pDstBuf, sal_Size nDstChars, in convert()
938 sal_Unicode* unic_text, in TextToUnicode()