Lines Matching refs:sal_Unicode

98 extern "C" int UnicodeToText(char *, size_t, const sal_Unicode *, sal_Int32);
99 extern "C" int TextToUnicode(const char* text, size_t text_buffer_size, sal_Unicode* unic_text, sal…
669 static const sal_Unicode pDoubleSlash[2] = { '/', '/' }; in osl_getFileURLFromSystemPath()
706 if( (sal_Unicode) '~' == ustrSystemPath->buffer[0] ) in osl_getFileURLFromSystemPath()
709 if( ( 1 == ustrSystemPath->length ) || ( (sal_Unicode)'/' == ustrSystemPath->buffer[1] ) ) in osl_getFileURLFromSystemPath()
745 …if( ((sal_Unicode) '/' == pTmp->buffer[nSrcIndex]) && ((sal_Unicode) '/' == pTmp->buffer[nIndex]) ) in osl_getFileURLFromSystemPath()
769 if( (sal_Unicode)'/' == (*pustrFileURL)->buffer[0] ) in osl_getFileURLFromSystemPath()
788 const sal_Unicode *pDecodedURL; in _osl_getSystemPathFromFileURL()
840 …rtl_uString_newFromStr_WithLength( &strTempPath, (const sal_Unicode*)WSTR_SYSTEM_ROOT_PATH, ELEMEN… in _osl_getSystemPathFromFileURL()
888 sal_Unicode encodedSlash[3] = { '%', '2', 'F' }; in osl_getSystemPathFromFileURL()
901 if( ( 0 == ustrFileURL->length ) || ( (sal_Unicode) '/' == ustrFileURL->buffer[0] ) ) in osl_getSystemPathFromFileURL()
917 …Char_WithLength( ustrFileURL->buffer + nOffset, ustrFileURL->length - nOffset, (sal_Unicode) '/' ); in osl_getSystemPathFromFileURL()
927 … if( -1 != rtl_ustr_indexOfChar_WithLength( pTmp->buffer, pTmp->length, (sal_Unicode) '/' ) ) in osl_getSystemPathFromFileURL()
985 if( (sal_Unicode) '~' == pTmp->buffer[0] ) in osl_getSystemPathFromFileURL()
988 if( ( 1 == pTmp->length ) || ( (sal_Unicode)'/' == pTmp->buffer[1] ) ) in osl_getSystemPathFromFileURL()
1064 sal_Unicode* ustrtoend(sal_Unicode* pStr)
1072 sal_Unicode* ustrcpy(const sal_Unicode* s, sal_Unicode* d)
1074 const sal_Unicode* sc = s;
1075 sal_Unicode* dc = d;
1087 sal_Unicode* ustrncpy(const sal_Unicode* s, sal_Unicode* d, unsigned int n)
1089 const sal_Unicode* sc = s;
1090 sal_Unicode* dc = d;
1106 sal_Unicode* ustrchrcat(const sal_Unicode chr, sal_Unicode* d)
1108 sal_Unicode* p = ustrtoend(d);
1118 sal_Unicode* ustrcat(const sal_Unicode* s, sal_Unicode* d)
1120 sal_Unicode* dc = ustrtoend(d);
1129 bool _islastchr(sal_Unicode* pStr, sal_Unicode Chr)
1131 sal_Unicode* p = ustrtoend(pStr);
1142 sal_Unicode* _strensurelast(sal_Unicode* pStr, sal_Unicode Chr)
1155 sal_Unicode* _rmlastpathtoken(sal_Unicode* aPath)
1163 sal_Unicode* p = ustrtoend(aPath) - 2;
1191 /*inout*/ sal_Unicode* path,
1192 /*inout*/ sal_Unicode* current_pos,
1193 /*in */ sal_Unicode* sentinel,
1236 sal_Unicode path_resolved_so_far[PATH_MAX];
1237 const sal_Unicode* punresolved = unresolved_path.getStr();
1238 sal_Unicode* presolvedsf = path_resolved_so_far;
1242 sal_Unicode* sentinel = path_resolved_so_far + PATH_MAX - 2;