Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 26 – 50 of 1557) sorted by relevance

12345678910>>...63

/trunk/main/i18nutil/inc/i18nutil/
H A Dunicode.hxx47 static sal_Bool SAL_CALL isUpper( const sal_Unicode ch);
48 static sal_Bool SAL_CALL isLower( const sal_Unicode ch);
49 static sal_Bool SAL_CALL isTitle( const sal_Unicode ch);
50 static sal_Bool SAL_CALL isDigit( const sal_Unicode ch);
51 static sal_Bool SAL_CALL isControl( const sal_Unicode ch);
52 static sal_Bool SAL_CALL isPrint( const sal_Unicode ch);
53 static sal_Bool SAL_CALL isBase( const sal_Unicode ch);
54 static sal_Bool SAL_CALL isAlpha( const sal_Unicode ch);
55 static sal_Bool SAL_CALL isSpace( const sal_Unicode ch);
56 static sal_Bool SAL_CALL isWhiteSpace( const sal_Unicode ch);
[all …]
H A DoneToOneMapping.hxx34 typedef std::pair< sal_Unicode, sal_Unicode > OneToOneMappingTable_t;
36 #define MAKE_PAIR(item1,item2) std::make_pair< sal_Unicode, sal_Unicode >((sal_Unicode)item1,(sal_U…
41 sal_Unicode first;
42 sal_Unicode second;
61 virtual sal_Unicode find( const sal_Unicode nKey ) const;
64 sal_Unicode operator[] ( const sal_Unicode nKey ) const { return find( nKey ); }; in operator []()
87 virtual sal_Unicode find( const sal_Unicode nKey ) const;
/trunk/main/tools/source/inet/
H A Dinetmime.cxx201 sal_Unicode * pBuffer = new sal_Unicode[nLength]; in appendISO88591()
611 const sal_Unicode * INetMIME::skipLinearWhiteSpace(const sal_Unicode * pBegin, in skipLinearWhiteSpace()
672 const sal_Unicode * INetMIME::skipComment(const sal_Unicode * pBegin, in skipComment()
743 const sal_Unicode * INetMIME::skipLinearWhiteSpaceComment(const sal_Unicode * in skipLinearWhiteSpaceComment()
812 const sal_Unicode * INetMIME::skipQuotedString(const sal_Unicode * pBegin, in skipQuotedString()
851 const sal_Unicode * INetMIME::scanAtom(const sal_Unicode * pBegin, in scanAtom()
1029 const sal_Unicode * INetMIME::scanQuotedBlock(const sal_Unicode * pBegin, in scanQuotedBlock()
1309 sal_Unicode const * INetMIME::scanParameters(sal_Unicode const * pBegin, in scanParameters()
2060 sal_Unicode * pBuffer; in convertToUnicode()
3628 sal_Unicode * pBufferBegin = new sal_Unicode[pEnd - pBegin]; in writeSequence()
[all …]
/trunk/main/svl/source/misc/
H A Dadrparse.cxx41 sal_Unicode const * m_pBegin;
42 sal_Unicode const * m_pEnd;
85 sal_Unicode const * m_pInputPos;
86 sal_Unicode const * m_pInputEnd;
89 sal_Unicode const * m_pCurTokenEnd;
97 sal_Unicode const * m_pRealNameEnd;
122 sal_Unicode const * pEnd);
285 sal_Unicode cChar; in readToken()
341 sal_Unicode cChar = *pBegin++; in reparse()
450 sal_Unicode cChar = *pBegin++; in reparseComment()
[all …]
/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx46 static const sal_Unicode aStarBatsTab[224] =
122 static const sal_Unicode aStarMathTab[224] =
198 static const sal_Unicode aWingDingsTab[224] =
426 static const sal_Unicode aWebDingsTab[224] =
732 static const sal_Unicode aMTExtraTab[224] =
809 static sal_Unicode ImplStarSymbolToStarBats( sal_Unicode c ) in ImplStarSymbolToStarBats()
1159 const sal_Unicode* pTab; in StarSymbolToMSMultiFontImpl()
1346 sal_Unicode ConvertChar::RecodeChar( sal_Unicode cChar ) const in RecodeChar()
1348 sal_Unicode cRetVal = 0; in RecodeChar()
1357 sal_Unicode cIndex = cChar; in RecodeChar()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxtabcolr.cxx42 sal_Unicode const pszExtColor[] = {'s','o','c'};
218 … aStrCol[b].SetChar(aStrCol[b].Len() - 1, sal_Unicode('0') + sal_Unicode(a % 10)); in Create()
249 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('2')); in Create()
251 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('3')); in Create()
253 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('4')); in Create()
255 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('5')); in Create()
257 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('6')); in Create()
259 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('7')); in Create()
261 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('8')); in Create()
263 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('9')); in Create()
[all …]
/trunk/main/sal/rtl/source/
H A Duri.cxx48 sal_Unicode const cEscapePrefix = 0x25; // '%'
96 sal_Unicode cChar) in writeUnicode()
117 sal_uInt32 readUcs4(sal_Unicode const ** pBegin, sal_Unicode const * pEnd, in readUcs4()
191 sal_Unicode aDst[2]; in readUcs4()
274 static sal_Unicode const aHex[16] in writeEscapeOctet()
311 sal_Unicode aSrc[2]; in writeEscapeChar()
356 sal_Unicode const * pBegin;
357 sal_Unicode const * pEnd;
387 sal_Unicode const * pPos = pBegin; in parseUriRef()
466 sal_Unicode const * q = p; in joinPaths()
[all …]
H A Dustring.c60 #define IMPL_RTL_STRCODE sal_Unicode
77 sal_Unicode const * str, sal_Int32 len, in rtl_ustr_indexOfAscii_WithLength()
94 sal_Unicode const * str, sal_Int32 len, in rtl_ustr_lastIndexOfAscii_WithLength()
196 const sal_Unicode* pStr1End = pStr1 + nStr1Len; in rtl_ustr_ascii_shortenedCompare_WithLength()
239 const sal_Unicode* pStr1Run = pStr1+nStr1Len; in rtl_ustr_asciil_reverseCompare_WithLength()
260 const sal_Unicode* pStr1Run = pStr1+nStrLen; in rtl_ustr_asciil_reverseEquals_WithLength()
266 if( *pStr1Run != (sal_Unicode)*pStr2Run ) in rtl_ustr_asciil_reverseEquals_WithLength()
337 sal_Unicode const * first, sal_Int32 firstLen, in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths()
462 sal_Unicode * p; in rtl_uString_newFromCodePoints()
497 *p++ = (sal_Unicode) c; in rtl_uString_newFromCodePoints()
[all …]
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx93 if((sal_Unicode('0') <= aChar && sal_Unicode('9') >= aChar) in Imp_IsOnNumberChar()
105 if((sal_Unicode('a') <= aChar && sal_Unicode('z') >= aChar) in Imp_IsOnUnitChar()
106 || (sal_Unicode('A') <= aChar && sal_Unicode('Z') >= aChar) in Imp_IsOnUnitChar()
163 if(sal_Unicode('+') == aChar || sal_Unicode('-') == aChar) in Imp_SkipDouble()
166 while((sal_Unicode('0') <= aChar && sal_Unicode('9') >= aChar) in Imp_SkipDouble()
172 if(sal_Unicode('e') == aChar || sal_Unicode('E') == aChar) in Imp_SkipDouble()
176 if(sal_Unicode('+') == aChar || sal_Unicode('-') == aChar) in Imp_SkipDouble()
179 while(sal_Unicode('0') <= aChar && sal_Unicode('9') >= aChar) in Imp_SkipDouble()
192 if(sal_Unicode('+') == aChar || sal_Unicode('-') == aChar) in Imp_GetDoubleChar()
205 if(sal_Unicode('e') == aChar || sal_Unicode('E') == aChar) in Imp_GetDoubleChar()
[all …]
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx45 typedef sal_Unicode const * const * (SAL_CALL * MyFunc_FormatCode)( sal_Int16&, sal_Unicode const *…
263 static const sal_Unicode under = sal_Unicode('_');
295 sal_Unicode **dataItem = NULL; in getLocaleItem()
629 static const sal_Unicode * replace( sal_Unicode const * const formatCode, sal_Unicode const * const… in replace()
668 sal_Unicode const *from; in getAllFormats()
669 sal_Unicode const *to; in getAllFormats()
804 sal_Unicode ** SAL_CALL
863 sal_Unicode ** SAL_CALL
924 sal_Unicode **wordArray = NULL; in getFollowPageWords()
1168 sal_Unicode cBulletChar;
[all …]
/trunk/main/oox/inc/oox/xls/
H A Ddefnamesbuffer.hxx41 const sal_Unicode BIFF_DEFNAME_CONSOLIDATEAREA = '\x00';
45 const sal_Unicode BIFF_DEFNAME_DATABASE = '\x04';
47 const sal_Unicode BIFF_DEFNAME_PRINTAREA = '\x06'; // Print ranges.
49 const sal_Unicode BIFF_DEFNAME_RECORDER = '\x08';
50 const sal_Unicode BIFF_DEFNAME_DATAFORM = '\x09';
53 const sal_Unicode BIFF_DEFNAME_SHEETTITLE = '\x0C';
55 const sal_Unicode BIFF_DEFNAME_UNKNOWN = '\x0E';
142 inline sal_Unicode getBuiltinId() const { return mcBuiltinId; } in getBuiltinId()
162 sal_Unicode mcBuiltinId; /// Identifier for built-in defined names.
202 DefinedNameRef getByBuiltinId( sal_Unicode cBuiltinId, sal_Int16 nCalcSheet ) const;
[all …]
/trunk/main/sal/inc/rtl/
H A Dustrbuf.hxx258 sal_Unicode charAt( sal_Int32 index ) const in charAt()
402 sal_Unicode sz[RTL_USTR_MAX_VALUEOFBOOLEAN]; in append()
416 OUStringBuffer & append(sal_Unicode c) in append()
434 sal_Unicode sz[RTL_USTR_MAX_VALUEOFINT32]; in append()
451 sal_Unicode sz[RTL_USTR_MAX_VALUEOFINT64]; in append()
468 sal_Unicode sz[RTL_USTR_MAX_VALUEOFFLOAT]; in append()
485 sal_Unicode sz[RTL_USTR_MAX_VALUEOFDOUBLE]; in append()
637 sal_Unicode sz[RTL_USTR_MAX_VALUEOFINT32]; in insert()
661 sal_Unicode sz[RTL_USTR_MAX_VALUEOFINT64]; in insert()
685 sal_Unicode sz[RTL_USTR_MAX_VALUEOFFLOAT]; in insert()
[all …]
H A Dustring.hxx133 explicit OUString( sal_Unicode value ) SAL_THROW(())
144 OUString( const sal_Unicode * value ) SAL_THROW(())
291 sal_Unicode& operator[]( int n ) { return pData->buffer[n]; } in operator []()
1025 OUString replace( sal_Unicode oldChar, sal_Unicode newChar ) const SAL_THROW(()) in replace()
1134 sal_Unicode toChar() const SAL_THROW(()) in toChar()
1367 sal_Unicode aBuf[RTL_USTR_MAX_VALUEOFBOOLEAN]; in valueOf()
1379 static OUString valueOf( sal_Unicode c ) SAL_THROW(()) in valueOf()
1395 sal_Unicode aBuf[RTL_USTR_MAX_VALUEOFINT32]; in valueOf()
1412 sal_Unicode aBuf[RTL_USTR_MAX_VALUEOFINT64]; in valueOf()
1428 sal_Unicode aBuf[RTL_USTR_MAX_VALUEOFFLOAT]; in valueOf()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxlname.hxx52 const sal_Unicode EXC_BUILTIN_CONSOLIDATEAREA = '\x00';
53 const sal_Unicode EXC_BUILTIN_AUTOOPEN = '\x01';
54 const sal_Unicode EXC_BUILTIN_AUTOCLOSE = '\x02';
55 const sal_Unicode EXC_BUILTIN_EXTRACT = '\x03';
56 const sal_Unicode EXC_BUILTIN_DATABASE = '\x04';
57 const sal_Unicode EXC_BUILTIN_CRITERIA = '\x05';
58 const sal_Unicode EXC_BUILTIN_PRINTAREA = '\x06';
59 const sal_Unicode EXC_BUILTIN_PRINTTITLES = '\x07';
60 const sal_Unicode EXC_BUILTIN_RECORDER = '\x08';
61 const sal_Unicode EXC_BUILTIN_DATAFORM = '\x09';
[all …]
/trunk/main/forms/source/xforms/
H A Dconvert.cxx122 const sal_Unicode* pStr = begin(); in toInt32()
243 rString, sal_Unicode('.'), sal_Unicode(','), &eStatus, NULL ); in lcl_toAny_double()
584 sal_Unicode c = pBuffer[i]; in replaceWhitespace()
585 if( c == sal_Unicode(0x08) || in replaceWhitespace()
586 c == sal_Unicode(0x0A) || in replaceWhitespace()
587 c == sal_Unicode(0x0D) ) in replaceWhitespace()
602 sal_Unicode c = pStr[i]; in collapseWhitespace()
603 if( c == sal_Unicode(0x08) || in collapseWhitespace()
604 c == sal_Unicode(0x0A) || in collapseWhitespace()
605 c == sal_Unicode(0x0D) || in collapseWhitespace()
[all …]
/trunk/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx380 /*out*/const sal_Unicode*& rpStartPos, /*out*/const sal_Unicode*& rpEndPos ) in getNextToken()
388 sal_Unicode c = peekChar(); in getNextToken()
522 sal_Unicode cPeek = c; in getNextToken()
612 sal_Unicode cEndString = c; in getNextToken()
650 sal_Unicode cNext = peekChar(); in getNextToken()
670 ( /*out*/const sal_Unicode* pStartPos, /*out*/const sal_Unicode* pEndPos ) in getTokStr()
678 /*out*/const sal_Unicode* pStartPos, /*out*/const sal_Unicode* pEndPos ) in getFullTokenStr()
810 const sal_Unicode* pStartPos; in parseLine()
811 const sal_Unicode* pEndPos; in parseLine()
833 const sal_Unicode* pStartPos; in getHighlightPortions()
[all …]
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx593 const sal_Unicode cSep, in lcl_parseExternalName()
600 const sal_Unicode* p = pStart; in lcl_parseExternalName()
602 sal_Unicode cPrev = 0; in lcl_parseExternalName()
622 sal_Unicode c = *p; in lcl_parseExternalName()
978 return sal_Unicode(0); in getSpecialSymbol()
1267 return sal_Unicode(0); in getSpecialSymbol()
1336 sal_Unicode cPrev = 0; in parseExternalDocName()
1907 sal_Unicode* lcl_UnicodeStrNCpy( sal_Unicode* pDst, const sal_Unicode* pSrc, xub_StrLen nMax ) in lcl_UnicodeStrNCpy()
1958 sal_Unicode* pSym = cSymbol; in NextSymbol()
1962 sal_Unicode c = *pSrc; in NextSymbol()
[all …]
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1275 static sal_Unicode* ImplAddUNum( sal_Unicode* pBuf, sal_uInt64 nNumber ) in ImplAddUNum()
1278 sal_Unicode aTempBuf[64]; in ImplAddUNum()
1363 inline sal_Unicode* ImplAddString( sal_Unicode* pBuf, const String& rStr ) in ImplAddString()
1378 inline sal_Unicode* ImplAddString( sal_Unicode* pBuf, sal_Unicode c ) in ImplAddString()
1386 inline sal_Unicode* ImplAddString( sal_Unicode* pBuf, const sal_Unicode* pCopyBuf, xub_StrLen nLen ) in ImplAddString()
1393 sal_Unicode* LocaleDataWrapper::ImplAddFormatNum( sal_Unicode* pBuf, in ImplAddFormatNum()
1397 sal_Unicode aNumBuf[64]; in ImplAddFormatNum()
1398 sal_Unicode* pNumBuf; in ImplAddFormatNum()
1511 sal_Unicode aBuf[128]; in getDate()
1558 sal_Unicode aBuf[128]; in getTime()
[all …]
/trunk/main/ucb/workben/ucb/
H A Dsrcharg.cxx53 void skipWhiteSpace(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) in skipWhiteSpace()
66 String scanAtom(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) in scanAtom()
68 sal_Unicode const * pTheBegin = rBegin; in scanAtom()
80 String scanProperty(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) in scanProperty()
82 sal_Unicode const * pTheBegin = rBegin; in scanProperty()
95 String scanOperator(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) in scanOperator()
182 sal_Unicode const * q = p; in parseSearchArgument()
237 sal_Unicode const * q = p; in parseSearchArgument()
300 sal_Unicode c = *r++; in parseSearchArgument()
368 sal_Unicode const * r = q; in parseSearchArgument()
[all …]
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx154 STRING_NOTFOUND != aTmp.Search( (sal_Unicode) 'X' )) in GetSpellFailure()
160 sal_Unicode cChar = aTmp.GetChar( 0 ); in GetSpellFailure()
161 if (cChar == (sal_Unicode) 's' || cChar == (sal_Unicode) 'S') in GetSpellFailure()
243 aAlt1.SearchAndReplaceAll( (sal_Unicode) 'x', (sal_Unicode) 'u'); in GetProposals()
244 aAlt1.SearchAndReplaceAll( (sal_Unicode) 'X', (sal_Unicode) 'U'); in GetProposals()
245 aAlt2.EraseAllChars( (sal_Unicode) 'x' ); in GetProposals()
246 aAlt2.EraseAllChars( (sal_Unicode) 'X' ); in GetProposals()
259 sal_Unicode cChar = aTmp.GetChar( 0 ); in GetProposals()
260 if (cChar == (sal_Unicode) 's' || cChar == (sal_Unicode) 'S') in GetProposals()
262 sal_Unicode cNewChar = cChar == (sal_Unicode) 's' ? in GetProposals()
[all …]
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx64 bool isDigit(sal_Unicode c) { //TODO: generally available? in isDigit()
76 bool isAlpha(sal_Unicode c) { //TODO: generally available? in isAlpha()
84 sal_Unicode toLowerCase(sal_Unicode c) { //TODO: generally available? in toLowerCase()
88 bool equalIgnoreCase(sal_Unicode c1, sal_Unicode c2) { in equalIgnoreCase()
118 sal_Unicode c = uriReference[i]; in parseScheme()
389 sal_Unicode c = scheme[i]; in parse()
474 abs.append(static_cast< sal_Unicode >(':')); in makeAbsolute()
553 abs.append(static_cast< sal_Unicode >('?')); in makeAbsolute()
557 abs.append(static_cast< sal_Unicode >('#')); in makeAbsolute()
681 rel.append(static_cast< sal_Unicode >('?')); in makeRelative()
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx270 bff.append(sal_Unicode(':')) in ident()
273 bff.append(sal_Unicode('@')); in ident()
278 bff.append(sal_Unicode(':')) in ident()
280 .append(sal_Unicode('/')); in ident()
282 bff.append(sal_Unicode('/')); in ident()
291 bff.append(sal_Unicode('/')); in ident()
315 bff.append(sal_Unicode(':')) in parent()
318 bff.append(sal_Unicode('@')); in parent()
324 bff.append(sal_Unicode(':')) in parent()
326 .append(sal_Unicode('/')); in parent()
[all …]
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx97 void IndexTable::init(sal_Unicode start_, sal_Unicode end_, IndexKey *keys, sal_Int16 key_count, In… in init()
102 for (sal_Unicode i = start; i <= end; i++) { in init()
125 sal_Int16 Index::compare(sal_Unicode c1, sal_Unicode c2) in compare()
144 sal_Unicode code = rIndexEntry[startPos]; in getIndexWeight()
188 sal_Unicode curr = keyStr[i]; in makeIndexKeys()
189 sal_Unicode close = sal_Unicode(')'); in makeIndexKeys()
195 case sal_Unicode('-'): in makeIndexKeys()
204 case sal_Unicode('['): in makeIndexKeys()
217 case sal_Unicode('{'): in makeIndexKeys()
218 close = sal_Unicode('}'); in makeIndexKeys()
[all …]
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx84 const sal_Unicode OOX_DUMP_FMLASTRQUOTE = '"';
85 const sal_Unicode OOX_DUMP_ADDRABS = '$';
86 const sal_Unicode OOX_DUMP_R1C1ROW = 'R';
87 const sal_Unicode OOX_DUMP_R1C1COL = 'C';
88 const sal_Unicode OOX_DUMP_R1C1OPEN = '[';
89 const sal_Unicode OOX_DUMP_R1C1CLOSE = ']';
90 const sal_Unicode OOX_DUMP_RANGESEP = ':';
91 const sal_Unicode OOX_DUMP_BASECLASS = 'B';
92 const sal_Unicode OOX_DUMP_FUNCSEP = ',';
93 const sal_Unicode OOX_DUMP_LISTSEP = ',';
[all …]
/trunk/main/sal/textenc/
H A Dtenchelp.h49 sal_Unicode * pDestBuf,
58 sal_Unicode const * pSrcBuf,
205 sal_Unicode const ** ppSrcBuf,
206 sal_Unicode const * pEndSrcBuf,
219 sal_Unicode* pDestBuf, sal_Size nDestChars,
227 sal_Unicode* pDestBuf, sal_Size nDestChars,
230 const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
235 sal_Unicode* pDestBuf, sal_Size nDestChars,
239 const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
246 sal_Unicode* pDestBuf, sal_Size nDestChars,
[all …]

Completed in 201 milliseconds

12345678910>>...63