Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 201 – 225 of 1685) sorted by relevance

12345678910>>...68

/trunk/main/tools/source/string/
H A Dtustring.cxx55 #define STRCODE sal_Unicode in DBG_NAMEEX()
56 #define STRCODEU sal_Unicode in DBG_NAMEEX()
77 sal_Unicode aBuf[RTL_USTR_MAX_VALUEOFINT32]; in CreateFromInt32()
88 sal_Unicode aBuf[RTL_USTR_MAX_VALUEOFINT64]; in CreateFromInt64()
99 sal_Unicode aBuf[RTL_USTR_MAX_VALUEOFFLOAT]; in CreateFromFloat()
109 sal_Unicode aBuf[RTL_USTR_MAX_VALUEOFDOUBLE]; in CreateFromDouble()
/trunk/main/ucb/source/ucp/inc/
H A Durihelper.hxx56 sal_Int32 nFragment = rURI.lastIndexOf( sal_Unicode( '#' ) ); in encodeURI()
61 ? rURI.lastIndexOf( sal_Unicode( '?' ) ) in encodeURI()
62 : rURI.lastIndexOf( sal_Unicode( '?' ), nFragment ); in encodeURI()
98 aResult.append( sal_Unicode( '/' ) ); in encodeURI()
104 aResult.append( sal_Unicode( '?' ) ); in encodeURI()
110 aResult.append( sal_Unicode( '#' ) ); in encodeURI()
/trunk/main/sc/source/ui/inc/
H A Dimoptdlg.hxx48 ScImportOptions( sal_Unicode nFieldSep, sal_Unicode nTextSep, const String& rStr ) in ScImportOptions()
53 ScImportOptions( sal_Unicode nFieldSep, sal_Unicode nTextSep, rtl_TextEncoding nEnc ) in ScImportOptions()
95 sal_Unicode nFieldSepCode;
96 sal_Unicode nTextSepCode;
/trunk/main/basic/source/classes/
H A Dimage.cxx224 pStrings = new sal_Unicode[ nLen ]; in Load()
233 memcpy( pStrings + nOff2, aStr.GetBuffer(), (aStr.Len() + 1) * sizeof( sal_Unicode ) ); in Load()
394 pStrings = new sal_Unicode[ nStringSize ]; in MakeStrings()
400 memset( pStrings, 0, nStringSize * sizeof( sal_Unicode ) ); in MakeStrings()
426 sal_Unicode* p = NULL; in AddString()
427 if( (p = new sal_Unicode[ nNewLen ]) != NULL ) in AddString()
429 memcpy( p, pStrings, nStringSize * sizeof( sal_Unicode ) ); in AddString()
441 memcpy( pStrings + nStringOff, r.GetBuffer(), len * sizeof( sal_Unicode ) ); in AddString()
489 sal_Unicode* pStr = pStrings + nOff; in GetString()
/trunk/main/sal/qa/osl/security/
H A Dosl_Security.cxx115 …rward.indexOf( (sal_Unicode)' ' ) != -1 && ( aStringForward.indexOf( ( sal_Unicode ) ' ' ) == aSt… in TEST_F()
124 …rward.indexOf( (sal_Unicode)' ' ) != -1 && ( aStringForward.indexOf( ( sal_Unicode ) ' ' ) != aSt… in TEST_F()
570 if ( !aStringForward.equals( aNullURL ) && aStringForward.indexOf( (sal_Unicode)' ' ) != -1 ) in main()
572 sal_Int32 nFirstSpacePoint = aStringForward.indexOf( (sal_Unicode)' ' );; in main()
573 sal_Int32 nLastSpacePoint = aStringForward.lastIndexOf( (sal_Unicode)' ' );; in main()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx81 const sal_Unicode cOpenBracket = '<'; in lcl_Highlight()
82 const sal_Unicode cCloseBracket= '>'; in lcl_Highlight()
83 const sal_Unicode cSlash = '/'; in lcl_Highlight()
84 const sal_Unicode cExclamation = '!'; in lcl_Highlight()
85 const sal_Unicode cMinus = '-'; in lcl_Highlight()
86 const sal_Unicode cSpace = ' '; in lcl_Highlight()
87 const sal_Unicode cTab = 0x09; in lcl_Highlight()
88 const sal_Unicode cLF = 0x0a; in lcl_Highlight()
89 const sal_Unicode cCR = 0x0d; in lcl_Highlight()
118 sal_Unicode cFollowNext = rSource.GetChar((xub_StrLen)(nActPos + 2)); in lcl_Highlight()
[all …]
/trunk/main/linguistic/source/
H A Dmisc.cxx237 sal_Unicode c1i = rTxt1.getStr()[i - 1]; in LevDistance()
238 sal_Unicode c2k = rTxt2.getStr()[k - 1]; in LevDistance()
560 const sal_Unicode *pWord = aWord.getStr(), in GetAltSpelling()
609 sal_Unicode cChar = rOrigWord[i]; in GetOrigWordPos()
627 sal_Unicode cChar = rTxt[i]; in GetPosInWordToCheck()
774 sal_Unicode ToLower( const sal_Unicode cChar, sal_Int16 nLanguage ) in ToLower()
784 sal_Unicode ToUpper( const sal_Unicode cChar, sal_Int16 nLanguage ) in ToUpper()
864 sal_Unicode cChar = rText.GetChar( i++ ); in IsNumeric()
865 if ( !((sal_Unicode)'0' <= cChar && cChar <= (sal_Unicode)'9') ) in IsNumeric()
/trunk/main/configmgr/source/
H A Ddata.cxx63 sal_Unicode c = encoded[begin++]; in decode()
67 buf.append(sal_Unicode('&')); in decode()
72 buf.append(sal_Unicode('"')); in decode()
77 buf.append(sal_Unicode('\'')); in decode()
103 sal_Unicode c = name[i]; in createSegment()
149 sal_Unicode del = path[i++]; in parseSegment()
176 buf.append(sal_Unicode(':')); in fullTemplateName()
239 canonic.append(sal_Unicode('/')); in resolvePathRepresentation()
/trunk/main/i18npool/source/transliteration/
H A DhalfwidthToFullwidth.cxx64 sal_Unicode SAL_CALL
65 halfwidthToFullwidth::transliterateChar2Char( sal_Unicode inChar) in transliterateChar2Char()
94 sal_Unicode SAL_CALL
95 halfwidthKatakanaToFullwidthKatakana::transliterateChar2Char( sal_Unicode inChar) in transliterateChar2Char()
124 sal_Unicode SAL_CALL
125 halfwidthToFullwidthLikeJIS::transliterateChar2Char( sal_Unicode inChar) in transliterateChar2Char()
/trunk/main/sal/textenc/
H A Dtenchelp.c37 static int ImplIsUnicodeIgnoreChar(sal_Unicode c, sal_uInt32 nFlags);
87 int ImplIsUnicodeIgnoreChar( sal_Unicode c, sal_uInt32 nFlags ) in ImplIsUnicodeIgnoreChar()
100 sal_Unicode ImplGetUndefinedUnicodeChar(sal_uChar cChar, sal_uInt32 nFlags) in ImplGetUndefinedUnicodeChar()
112 sal_Unicode const ** ppSrcBuf, in ImplHandleUndefinedUnicodeToTextChar()
113 sal_Unicode const * pEndSrcBuf, in ImplHandleUndefinedUnicodeToTextChar()
119 sal_Unicode c = **ppSrcBuf; in ImplHandleUndefinedUnicodeToTextChar()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx174 sal_Unicode Out( Ww1Shell&, sal_uLong& );
175 sal_Unicode Out( String&, sal_uLong=0xffffffff);
176 sal_Unicode Out( sal_Unicode& );
179 sal_Unicode operator []( sal_uLong );
1284 void Stop(Ww1Shell&, Ww1Manager&, sal_Unicode&);
1317 void Stop(Ww1Shell&, Ww1Manager&, sal_Unicode&);
1385 void Stop(Ww1Shell&, Ww1Manager&, sal_Unicode&);
1414 void Stop(Ww1Shell&, Ww1Manager&, sal_Unicode&);
1480 void Stop(Ww1Shell&, Ww1Manager&, sal_Unicode&);
1602 void OutStop( Ww1Shell&, sal_Unicode );
[all …]
H A Dw1filter.cxx113 sal_Unicode cUnknown = ' '; in operator <<()
137 void Ww1Manager::OutStop(Ww1Shell& rOut, sal_Unicode cUnknown) in OutStop()
192 void Ww1Manager::Out(Ww1Shell& rOut, sal_Unicode cUnknown) in Out()
359 sal_Unicode c; in Start()
467 sal_Unicode cPrev = rForm.GetChar( nDPos - 1 ); in GetTimeDatePara()
550 sal_Unicode c; in Out()
909 const sal_Unicode* pFormel = sFormel.GetBuffer(); in Out()
910 const sal_Unicode* pDot = 0; in Out()
1257 sal_Unicode c = (*this)[ulSeek]; in Out()
1275 sal_Unicode c = (*this)[ulSeek]; in Out()
[all …]
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx187 const sal_Unicode cSeparator = sal_Unicode(11); in implConstruct()
196 sal_Unicode cCommandType; in implConstruct()
365 const sal_Unicode cSeparator = sal_Unicode(11); in extractColumnDescriptor()
570 const sal_Unicode cSeparator(11); in addCompatibleSelectionDescription()
619 const sal_Unicode cSeparator = sal_Unicode(11); in construct()
622 const sal_Unicode cTableMark = '1'; in construct()
623 const sal_Unicode cQueryMark = '0'; in construct()
/trunk/main/store/workben/
H A Dt_base.cxx172 rtl_String **newString, const sal_Unicode *value, sal_Int32 length) in __store_string_newFromUnicode_WithLength()
191 rtl_String **newString, const sal_Unicode *value) in __store_string_newFromUnicode()
198 const sal_Unicode *pszPath, in __store_namei()
199 const sal_Unicode *pszName, in __store_namei()
228 sal_Unicode *pBuffer, sal_Size nBuffer) in __store_convertTextToUnicode()
246 sal_Unicode m_pszName[STORE_MAXIMUM_NAMESIZE];
268 &it.m_pszName[n], ((it.m_nLength - n) * sizeof(sal_Unicode))); in __store_testUnicode()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgtools.hxx194 …void skip_char(const rtl::OUString& rCandidate, const sal_Unicode& rChar, sal_Int32& nPos, const s…
195 …void skip_char(const rtl::OUString& rCandidate, const sal_Unicode& rCharA, const sal_Unicode& rCha…
200 …void copyToLimiter(const rtl::OUString& rCandidate, const sal_Unicode& rLimiter, sal_Int32& nPos, …
205 sal_Int32 read_hex(const sal_Unicode& rChar);
234 …OUString convert(const rtl::OUString& rCandidate, const sal_Unicode& rPattern, const sal_Unicode& …
/trunk/main/sal/qa/rtl_strings/
H A Drtl_OUString.cxx865 const sal_Unicode tmpUC=0x0; in test_rtl_OUString_csuc()
922 const sal_Unicode tmpUC=0x0; in test_rtl_OUString_getStr()
1338 sal_Unicode tmpchar1=97; in test_rtl_OUString_valueOf_sal_Unicode()
1339 sal_Unicode tmpchar2=53; in test_rtl_OUString_valueOf_sal_Unicode()
1340 sal_Unicode tmpchar3=0; in test_rtl_OUString_valueOf_sal_Unicode()
1341 sal_Unicode tmpchar4=32; in test_rtl_OUString_valueOf_sal_Unicode()
1342 sal_Unicode tmpchar5=47; in test_rtl_OUString_valueOf_sal_Unicode()
2546 test_index<sal_Unicode>((const sal_Unicode*)input1Default, in test_rtl_OUString_indexOf_001()
2566 test_index<sal_Unicode>((const sal_Unicode*)input1Normal, in test_rtl_OUString_indexOf_002()
2586 test_indexStr<sal_Unicode>((const sal_Unicode**)input1StrDefault, in test_rtl_OUString_indexOf_003()
[all …]
/trunk/main/svl/source/misc/
H A Durihelper.cxx294 head.append(static_cast< sal_Unicode >(':')); in normalize()
302 buf.append(static_cast< sal_Unicode >('/')); in normalize()
319 buf.append(static_cast< sal_Unicode >('/')); in normalize()
330 buf.append(static_cast< sal_Unicode >('/')); in normalize()
334 buf.append(static_cast< sal_Unicode >('?')); in normalize()
338 buf.append(static_cast< sal_Unicode >('#')); in normalize()
491 sal_Unicode c = rStr.GetChar(*pPos); in checkWChar()
556 sal_Unicode const * pBuffer = rStr.GetBuffer(); in scanDomain()
557 sal_Unicode const * p = pBuffer + *pPos; in scanDomain()
645 sal_Unicode c = rText.GetChar(nPos); in FindFirstURLInText()
[all …]
/trunk/main/i18npool/inc/
H A Dtransliteration_OneToOne.hxx31 typedef sal_Unicode (*TransFunc)(const sal_Unicode);
40 sal_Unicode SAL_CALL
41 transliterateChar2Char( sal_Unicode inChar)
74 sal_Unicode SAL_CALL \
75 transliterateChar2Char( sal_Unicode inChar) \
/trunk/main/sal/rtl/source/
H A Dlocale.c261 …le * SAL_CALL rtl_locale_register( const sal_Unicode * language, const sal_Unicode * country, cons… in rtl_locale_register()
263 sal_Unicode c = 0; in rtl_locale_register()
312 …id SAL_CALL rtl_locale_setDefault( const sal_Unicode * language, const sal_Unicode * country, cons… in rtl_locale_setDefault()
/trunk/main/sw/source/core/crsr/
H A Dbookmrk.cxx74 const sal_Unicode aStartMark, in lcl_AssureFieldMarksSet()
75 const sal_Unicode aEndMark) in lcl_AssureFieldMarksSet()
81 const sal_Unicode ch_start=pStartTxtNode->GetTxt().GetChar(rStart.nContent.GetIndex()); in lcl_AssureFieldMarksSet()
92 const sal_Unicode ch_end=pEndTxtNode->GetTxt().GetChar(rEnd.nContent.GetIndex()-1); in lcl_AssureFieldMarksSet()
105 const sal_Unicode aStartMark, in lcl_RemoveFieldMarks()
106 const sal_Unicode aEndMark) in lcl_RemoveFieldMarks()
112 const sal_Unicode ch_start=pStartTxtNode->GetTxt().GetChar(rStart.nContent.GetIndex()); in lcl_RemoveFieldMarks()
125 const sal_Unicode ch_end=pEndTxtNode->GetTxt().GetChar( nEndPos ); in lcl_RemoveFieldMarks()
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx127 m_ofn.lpstrFile = reinterpret_cast<LPTSTR>(const_cast<sal_Unicode*>(m_fileNameBuffer.getStr())); in CFileOpenDialog()
130 …m_ofn.lpstrFileTitle = reinterpret_cast<LPTSTR>(const_cast<sal_Unicode*>(m_fileTitleBuffer.getStr(… in CFileOpenDialog()
211 m_ofn.lpstrFile = reinterpret_cast<LPTSTR>(const_cast<sal_Unicode*>(m_fileNameBuffer.getStr())); in setDefaultName()
359 …m_displayDirectory = rtl::OUString(reinterpret_cast<const sal_Unicode*>(m_ofn.lpstrFile),m_ofn.nFi… in postModal()
379 m_helperBuffer.setLength((nLen * sizeof(sal_Unicode)) - 1); in getCurrentFilePath()
401 m_helperBuffer.setLength((nLen * sizeof(sal_Unicode)) - 1); in getCurrentFolderPath()
423 m_helperBuffer.setLength((nLen * sizeof(sal_Unicode)) - 1); in getCurrentFileName()
506 return onShareViolation(reinterpret_cast<const sal_Unicode*>(lpOfNotify->pszFile)); in onWMNotify()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2629 aStr.Append(sal_Unicode(' ')); in CreateNavBar()
2637 aStr.Append(sal_Unicode(' ')); in CreateNavBar()
2645 aStr.Append(sal_Unicode(' ')); in CreateNavBar()
2654 aStr.Append(sal_Unicode(' ')); in CreateNavBar()
2660 aStr.Append(sal_Unicode(' ')); in CreateNavBar()
2784 aStr.Append(sal_Unicode('>')); in CreateImage()
2817 aStr.Append(sal_Unicode(',')); in CreateHTMLCircleArea()
2819 aStr.Append(sal_Unicode(',')); in CreateHTMLCircleArea()
2880 aStr.Append(sal_Unicode(',')); in CreateHTMLRectArea()
2882 aStr.Append(sal_Unicode(',')); in CreateHTMLRectArea()
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx674 const sal_Unicode cOpenBracket = '<'; in lcl_Highlight()
675 const sal_Unicode cCloseBracket= '>'; in lcl_Highlight()
676 const sal_Unicode cSlash = '/'; in lcl_Highlight()
677 const sal_Unicode cExclamation = '!'; in lcl_Highlight()
680 const sal_Unicode cMinus = '-'; in lcl_Highlight()
681 const sal_Unicode cSpace = ' '; in lcl_Highlight()
682 const sal_Unicode cTab = 0x09; in lcl_Highlight()
683 const sal_Unicode cLF = 0x0a; in lcl_Highlight()
684 const sal_Unicode cCR = 0x0d; in lcl_Highlight()
713 sal_Unicode cFollowNext = rSource.GetChar((xub_StrLen)(nActPos + 2)); in lcl_Highlight()
[all …]
/trunk/main/shell/source/backends/kde4be/
H A Dkde4access.cxx66 sClientProgram = (const sal_Unicode *) aClientProgram.utf16(); in getValue()
88 sFontName = (const sal_Unicode *) aFontName.utf16(); in getValue()
106 sDocumentsDir = (const sal_Unicode *) aDocumentsDir.utf16(); in getValue()
133 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()
187 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()
241 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()
290 sNoProxyFor = (const sal_Unicode *) aNoProxyFor.utf16(); in getValue()
/trunk/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx62 sClientProgram = (const sal_Unicode *) aClientProgram.ucs2(); in getValue()
84 sFontName = (const sal_Unicode *) aFontName.ucs2(); in getValue()
102 sDocumentsDir = (const sal_Unicode *) aDocumentsDir.ucs2(); in getValue()
129 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().ucs2(); in getValue()
183 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().ucs2(); in getValue()
237 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().ucs2(); in getValue()
286 sNoProxyFor = (const sal_Unicode *) aNoProxyFor.ucs2(); in getValue()

Completed in 1172 milliseconds

12345678910>>...68