Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 101 – 125 of 1685) sorted by relevance

12345678910>>...68

/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx161 rBuffer.insert( 0, sal_Unicode(']') ); in lcl_OutPosition()
163 rBuffer.insert( 0, sal_Unicode('[') ); in lcl_OutPosition()
174 rBuffer.insert( 0, sal_Unicode(':') ); in lcl_OutName()
278 const sal_Unicode* pStr = rString.getStr(); in lcl_isWhitespace()
283 sal_Unicode c = pStr[i]; in lcl_isWhitespace()
318 aBuffer.insert( 0, sal_Unicode('@') ); in getNodeDisplayName()
323 aBuffer.append( sal_Unicode('/') ); in getNodeDisplayName()
779 sal_Unicode nQuote = '"'; in lcl_serializeForDisplay()
785 aBuffer.append( (sal_Unicode)' ' ); in lcl_serializeForDisplay()
898 aBuffer.append( sal_Unicode('"') ); in lcl_serializeForDisplay()
[all …]
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx74 #define CHAR_HARDBLANK ((sal_Unicode)0x00A0)
122 inline int IsWordDelim( const sal_Unicode c ) in DECLARE_TABLE()
216 sal_Unicode ) in SaveCpltSttWord() argument
539 ((sal_Unicode)*((aNumberTab[ c ])+1)) == in FnChgOrdinalNumber()
584 sal_Unicode cCh = rTxt.GetChar( nSttPos ); in FnChgToEnEmDash()
943 const sal_Unicode* pExceptStt = 0; in FnCptlSttSntnc()
1006 const sal_Unicode* pTmpStr = pStr; in FnCptlSttSntnc()
1098 sal_Unicode cSave = *pWordStt; in FnCptlSttSntnc()
1111 sal_Unicode SvxAutoCorrect::GetQuote( sal_Unicode cInsChar, sal_Bool bSttQuote, in GetQuote()
1247 sal_Unicode cPrev; in AutoCorrect()
[all …]
/trunk/main/i18nutil/source/utility/
H A DoneToOneMapping.cxx38 sal_Unicode oneToOneMapping::find(const sal_Unicode nKey) const in find()
57 return sal_Unicode( nKey ); in find()
61 return sal_Unicode( nKey ); in find()
109 sal_Unicode oneToOneMappingWithFlag::find( const sal_Unicode nKey ) const in find()
124 return sal_Unicode( nKey ); in find()
144 return sal_Unicode( nKey ); in find()
148 return sal_Unicode( nKey ); in find()
153 return sal_Unicode( nKey ); in find()
/trunk/main/sal/textenc/
H A Dtcvtutf8.c41 sal_Unicode nHighSurrogate; /* 0xFFFF: write BOM */
62 sal_Size nSrcBytes, sal_Unicode * pDestBuf, in ImplConvertUtf8ToUnicode()
83 sal_Unicode * pDestBufPtr = pDestBuf; in ImplConvertUtf8ToUnicode()
84 sal_Unicode * pDestBufEnd = pDestBufPtr + nDestChars; in ImplConvertUtf8ToUnicode()
161 *pDestBufPtr++ = (sal_Unicode) nUtf32; in ImplConvertUtf8ToUnicode()
168 *pDestBufPtr++ = (sal_Unicode) ImplGetLowSurrogate(nUtf32); in ImplConvertUtf8ToUnicode()
263 void * pContext, sal_Unicode const * pSrcBuf, in ImplConvertUnicodeToUtf8()
269 sal_Unicode nHighSurrogate = 0xFFFF; in ImplConvertUnicodeToUtf8()
271 sal_Unicode const * pSrcBufPtr = pSrcBuf; in ImplConvertUnicodeToUtf8()
272 sal_Unicode const * pSrcBufEnd = pSrcBufPtr + nSrcChars; in ImplConvertUnicodeToUtf8()
[all …]
/trunk/main/sc/inc/
H A Dcompiler.hxx155 sal_Unicode cTabName[MAXSTRLEN+1];
160 sal_Unicode cName[MAXSTRLEN+1];
185 void SetString( const sal_Unicode* pStr );
200 void SetExternal(const sal_Unicode* pStr);
208 { return nLen * sizeof(sal_Unicode); } in GetStrLenBytes()
209 static size_t GetStrLenBytes( const sal_Unicode* pStr ) in GetStrLenBytes()
313 sal_Unicode cSymbol[MAXSTRLEN]; // current Symbol
461 sal_Unicode c = rStr.GetChar( nPos ); in IsCharWordChar()
478 sal_Unicode c = rStr.GetChar( nPos ); in IsWordChar()
498 sal_Unicode c = rStr.GetChar( nPos ); in IsCharFlagAllConventions()
[all …]
/trunk/main/tools/source/string/
H A Dstrcvt.cxx29 const sal_Unicode* pUniStr, sal_Size nUniLen, in ImplUpdateStringFromUniString()
80 ByteString::ByteString( const sal_Unicode* pUniStr, in ByteString()
94 ByteString::ByteString( const sal_Unicode* pUniStr, xub_StrLen nLen, in ByteString()
152 sal_Unicode maUniTab[256];
169 sal_Unicode* ImplGet1ByteUnicodeTab( rtl_TextEncoding eTextEncoding ) in ImplGet1ByteUnicodeTab()
271 sal_Unicode aTempBuf[256]; in ImplGet1ByteConvertTab()
378 sal_Unicode* pTempBuf; in ImplStringConvert()
380 pTempBuf = new sal_Unicode[nTempLen]; in ImplStringConvert()
471 sal_Unicode ByteString::ConvertToUnicode( char c, rtl_TextEncoding eTextEncoding ) in ConvertToUnicode()
502 sal_Unicode nConvChar; in ConvertToUnicode()
[all …]
H A Dstrascii.cxx47 static void ImplCopyAsciiStr( sal_Unicode* pDest, const sal_Char* pSrc, in ImplCopyAsciiStr()
64 static sal_Int32 ImplStringCompareAscii( const sal_Unicode* pStr1, const sal_Char* pStr2 ) in ImplStringCompareAscii()
79 static sal_Int32 ImplStringCompareAscii( const sal_Unicode* pStr1, const sal_Char* pStr2, in ImplStringCompareAscii()
117 sal_Unicode c1; in ImplStringICompareAscii()
146 sal_Unicode c1; in ImplStringICompareAscii()
308 memcpy( pNewData->maStr, mpData->maStr, mpData->mnLen*sizeof( sal_Unicode ) ); in AppendAscii()
352 memcpy( pNewData->maStr, mpData->maStr, mpData->mnLen*sizeof( sal_Unicode ) ); in AppendAscii()
388 memcpy( pNewData->maStr, mpData->maStr, nIndex*sizeof( sal_Unicode ) ); in InsertAscii()
391 (mpData->mnLen-nIndex)*sizeof( sal_Unicode ) ); in InsertAscii()
571 const sal_Unicode* pStr = mpData->maStr; in SearchAscii()
[all …]
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testowstring.cxx94 TEST_ENSURE( s2[16] == (sal_Unicode)'O', "test_OWString error 3"); in test_OUString()
97 TEST_ENSURE( s2.indexOf((sal_Unicode)'O') == 16, "test_OWString error 5"); in test_OUString()
98 TEST_ENSURE( s2.indexOf((sal_Unicode)'O', 5) == 16, "test_OWString error 5a"); in test_OUString()
99 TEST_ENSURE( s2.lastIndexOf((sal_Unicode)'r') == 20, "test_OWString error 6"); in test_OUString()
100 TEST_ENSURE( s2[20] == (sal_Unicode)'r', "test_OWString error 7"); in test_OUString()
101 TEST_ENSURE( s2[24] == (sal_Unicode)'\n', "test_OWString error 8"); in test_OUString()
102 TEST_ENSURE( s2.lastIndexOf((sal_Unicode)'\n') == 24, "test_OWString error 9"); in test_OUString()
103 TEST_ENSURE( s2.lastIndexOf((sal_Unicode)'M') == 0, "test_OWString error 10"); in test_OUString()
124 s6 = s5.valueOf((sal_Unicode)'H'); in test_OUString()
199 s8 = s8.replace((sal_Unicode)'l', (sal_Unicode)'r'); in test_OUString()
[all …]
H A Drtl_String_Utils.hxx59 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len );
60 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 );
68 sal_uInt32 UStringLen( const sal_Unicode *pUStr );
92 sal_Int32 AStringToUStringCompare( const sal_Unicode *pUStr,
96 sal_Int32 AStringToUStringNCompare( const sal_Unicode *pUStr,
112 sal_Bool AStringToUStringCopy( sal_Unicode *pDest,
116 sal_Bool AStringToUStringNCopy( sal_Unicode *pDest,
/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx53 sal_Unicode ch = 0; in lcl_resolveCharEntities()
94 if (nPos > 0 && _sInPath[ nPos ] == sal_Unicode('/')) in splitLastFromConfigurationPath()
101 if (nPos > 0 && _sInPath[ nPos ] == sal_Unicode(']')) in splitLastFromConfigurationPath()
103 sal_Unicode chQuote = _sInPath[--nPos]; in splitLastFromConfigurationPath()
165 sal_Unicode chQuote = _sInPath[nStart]; in extractFirstFromConfigurationPath()
253 const sal_Unicode * const pBeginContent = _sContent.getStr(); in lcl_wrapName()
254 const sal_Unicode * const pEndContent = pBeginContent + _sContent.getLength(); in lcl_wrapName()
268 for(const sal_Unicode* pCur = pBeginContent; pCur != pEndContent; ++pCur) in lcl_wrapName()
273 … case sal_Unicode('&') : aNormalized.appendAscii( RTL_CONSTASCII_STRINGPARAM("&") ); break; in lcl_wrapName()
274 … case sal_Unicode('\''): aNormalized.appendAscii( RTL_CONSTASCII_STRINGPARAM("'") ); break; in lcl_wrapName()
[all …]
H A Dfontcfg.cxx286 …static sal_Unicode const aMSGothic[] = { 0xFF2D, 0xFF33, ' ', 0x30B4, 0x30B7, 0x30C3, 0x30AF, 0, 0… in getUserInterfaceFont()
287 …static sal_Unicode const aMSPGothic[] = { 0xFF2D, 0xFF33, ' ', 0xFF30, 0x30B4, 0x30B7, 0x30C3, 0x3… in getUserInterfaceFont()
288 …static sal_Unicode const aTLPGothic[] = { 0x0054, 0x004C, 0x0050, 0x30B4, 0x30B7, 0x30C3, 0x30AF, … in getUserInterfaceFont()
289 static sal_Unicode const aLXGothic[] = { 0x004C, 0x0058, 0x30B4, 0x30B7, 0x30C3, 0x30AF, 0, 0 }; in getUserInterfaceFont()
290 …static sal_Unicode const aKochiGothic[] = { 0x6771, 0x98A8, 0x30B4, 0x30B7, 0x30C3, 0x30AF, 0, 0 }; in getUserInterfaceFont()
314 static sal_Unicode const aSunGulim[] = { 0xC36C, 0xAD74, 0xB9BC, 0 }; in getUserInterfaceFont()
315 static sal_Unicode const aBaekmukGulim[] = { 0xBC31, 0xBC35, 0xAD74, 0xB9BC, 0 }; in getUserInterfaceFont()
721 const sal_Unicode* pNameStr = pEndName - nStrLen; in ImplIsTrailing()
849 sal_Unicode c = rFamilyName.GetChar( i ); in getMapName()
953 const sal_Unicode* pStr = pLine->getStr(); in fillSubstVector()
[all …]
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx259 const sal_Unicode* StrChr( const sal_Unicode* pSrc, sal_Unicode c ) in StrChr()
458 const sal_Unicode* pStt = pTmp; in IsBlanksInString()
656 sal_Unicode cChar; in DoTable()
826 *pPostFix += (sal_Unicode)1; in GetDigitLevel()
887 sal_Unicode c = '0'; in GetDigitLevel()
905 *pPostFix += (sal_Unicode)1; in GetDigitLevel()
1015 (*pPreFix += (sal_Unicode)1) in GetDigitLevel()
1492 const sal_Unicode* pFndBulletChr; in BuildEnum()
1510 sal_Unicode cBullChar; in BuildEnum()
1600 (sal_Unicode)1 ).ToInt32())); in BuildEnum()
[all …]
/trunk/main/i18npool/source/transliteration/
H A DtextToPronounce_zh.cxx45 const sal_Unicode* SAL_CALL
46 TextToPronounce_zh::getPronounce(const sal_Unicode ch) in getPronounce()
48 static const sal_Unicode emptyString[]={0}; in getPronounce()
62 const sal_Unicode * chArr = inStr.getStr() + startPos; in folding()
82 TextToPronounce_zh::transliterateChar2String( sal_Unicode inChar) throw(RuntimeException) in transliterateChar2String()
87 sal_Unicode SAL_CALL
88 TextToPronounce_zh::transliterateChar2Char( sal_Unicode inChar) throw(RuntimeException, MultipleCha… in transliterateChar2Char()
90 const sal_Unicode* pron=getPronounce(inChar); in transliterateChar2Char()
105 const sal_Unicode * s1, * s2; in equals()
106 const sal_Unicode *pron1, *pron2; in equals()
H A Dtransliteration_body.cxx82 static sal_uInt8 lcl_getMappingTypeForToggleCase( sal_uInt8 nMappingType, sal_Unicode cChar ) in lcl_getMappingTypeForToggleCase()
141 sal_Unicode aLocalBuf[nLocalBuf], *out = aLocalBuf, *aHeapBuf = NULL; in transliterate()
143 const sal_Unicode *in = inStr.getStr() + startPos; in transliterate()
146 out = aHeapBuf = (sal_Unicode*) malloc((nCount * NMAPPINGMAX) * sizeof(sal_Unicode)); in transliterate()
169 const sal_Unicode *in = inStr.getStr() + startPos; in transliterate()
187 sal_Unicode* out = pStr->buffer; in transliterate()
226 sal_Unicode aLocalBuf[ nLocalBuf * NMAPPINGMAX ], *out = aLocalBuf, *pHeapBuf = NULL; in transliterate()
228 out = pHeapBuf = new sal_Unicode[ nCount * NMAPPINGMAX ]; in transliterate()
254 Transliteration_body::transliterateChar2String( sal_Unicode inChar ) throw(RuntimeException) in transliterateChar2String()
258 sal_Unicode* out = pStr->buffer; in transliterateChar2String()
[all …]
H A DfullwidthToHalfwidth.cxx69 sal_Unicode SAL_CALL
70 fullwidthToHalfwidth::transliterateChar2Char( sal_Unicode inChar) in transliterateChar2Char()
73 sal_Unicode newChar = widthfolding::decompose_ja_voiced_sound_marksChar2Char (inChar); in transliterateChar2Char()
104 sal_Unicode SAL_CALL
105 fullwidthKatakanaToHalfwidthKatakana::transliterateChar2Char( sal_Unicode inChar ) in transliterateChar2Char()
108 sal_Unicode newChar = widthfolding::decompose_ja_voiced_sound_marksChar2Char (inChar); in transliterateChar2Char()
140 sal_Unicode SAL_CALL
141 fullwidthToHalfwidthLikeASC::transliterateChar2Char( sal_Unicode inChar ) in transliterateChar2Char()
144 sal_Unicode newChar = widthfolding::decompose_ja_voiced_sound_marksChar2Char (inChar); in transliterateChar2Char()
H A Dtransliteration_Ignore.cxx50 const sal_Unicode * p1 = s1.getStr(); in equals()
51 const sal_Unicode * p2 = s2.getStr(); in equals()
137 sal_Unicode * dst = newStr->buffer; in folding()
138 const sal_Unicode * src = inStr.getStr() + startPos; in folding()
150 sal_Unicode previousChar = *src ++; in folding()
151 sal_Unicode currentChar; in folding()
191 sal_Unicode c = *src++; in folding()
205 *dst = (sal_Unicode) 0; in folding()
210 sal_Unicode SAL_CALL
211 transliteration_Ignore::transliterateChar2Char( sal_Unicode inChar) throw(RuntimeException, Multipl… in transliterateChar2Char()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.hxx60 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len );
61 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 );
69 sal_uInt32 UStringLen( const sal_Unicode *pUStr );
93 sal_Int32 AStringToUStringCompare( const sal_Unicode *pUStr,
97 sal_Int32 AStringToUStringNCompare( const sal_Unicode *pUStr,
113 sal_Bool AStringToUStringCopy( sal_Unicode *pDest,
117 sal_Bool AStringToUStringNCopy( sal_Unicode *pDest,
/trunk/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx111 msDescription.append (sal_Unicode (' ')); in Initialize()
113 msDescription.append (sal_Unicode (' ')); in Initialize()
116 msDescription.append (sal_Unicode ('=')); in Initialize()
145 msDescription.append (sal_Unicode ('.')); in operator ()()
179 msDescription.append (sal_Unicode (',')); in AddProperty()
184 msDescription.append (sal_Unicode (' ')); in AddProperty()
186 msDescription.append (sal_Unicode (' ')); in AddProperty()
279 msDescription.append (sal_Unicode('=')); in AddColor()
317 msDescription.append (sal_Unicode('=')); in AddInteger()
343 msDescription.append (sal_Unicode('=')); in AddString()
[all …]
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx112 sal_Unicode m_char;
127 sal_Unicode m_attr_char;
498 sal_Unicode _x; in methodChar()
1188 sal_Unicode tmp = rOut; in testinout_methodChar()
1462 sal_Unicode aChar; in testInterface()
1580 sal_Unicode aChar; in testInterface()
1710 sal_Unicode uc= L'A'; in testInterface()
1806 sal_Unicode aChar= L'A'; in testInterface()
1916 sal_Unicode _char= *( sal_Unicode*) seqOutParams[6].getValue(); in testInterface()
2011 sal_Unicode _char= *( sal_Unicode*) seqOutParams[6].getValue(); in testInterface()
[all …]
/trunk/main/vcl/source/window/
H A Dmnemonic.cxx47 sal_uInt16 MnemonicGenerator::ImplGetMnemonicIndex( sal_Unicode c ) in ImplGetMnemonicIndex()
72 sal_Unicode MnemonicGenerator::ImplFindMnemonic( const XubString& rKey ) in ImplFindMnemonic()
77 sal_Unicode cMnemonic = rKey.GetChar( nIndex+1 ); in ImplFindMnemonic()
102 sal_Unicode cMnemonic = ImplFindMnemonic( aKey ); in RegisterMnemonic()
115 sal_Unicode c = aKey.GetChar( nIndex ); in RegisterMnemonic()
173 sal_Unicode c; in CreateMnemonic()
195 sal_Unicode c; in CreateMnemonic()
302 static sal_Unicode cGreaterGreater[] = { 0xFF1E, 0xFF1E }; in CreateMnemonic()
309 static sal_Unicode cDotDotDot[] = { 0xFF0E, 0xFF0E, 0xFF0E }; in CreateMnemonic()
316 sal_Unicode cLastChar = rKey.GetChar( nIndex-1 ); in CreateMnemonic()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx671 aStr += sal_Unicode(' '); in GetPresentation()
732 aStr += sal_Unicode(' '); in GetPresentation()
779 aStr += sal_Unicode(' '); in GetPresentation()
819 aStr += sal_Unicode(' '); in GetPresentation()
854 rText += sal_Unicode('%'); in GetPresentation()
861 aStr += sal_Unicode(' '); in GetPresentation()
958 aStr += sal_Unicode(' '); in GetPresentation()
1014 rText += sal_Unicode(' '); in GetPresentation()
1059 aStr += sal_Unicode(' '); in GetPresentation()
1086 aStr += sal_Unicode(' '); in GetPresentation()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx155 void SbxDecimal::setChar( sal_Unicode val ) in setChar()
208 void ImpGetIntntlSep( sal_Unicode& rcDecimalSep, sal_Unicode& rcThousandSep );
215 sal_Unicode cDecimalSep; in setString()
216 sal_Unicode cThousandSep; in setString()
224 sal_Unicode* pBuffer = new sal_Unicode[nLen + 1]; in setString()
227 const sal_Unicode* pSrc = pOUString->getStr(); in setString()
232 sal_Unicode c; in setString()
254 bool SbxDecimal::getChar( sal_Unicode& rVal ) in getChar()
403 sal_Unicode cDecimalSep; in getString()
404 sal_Unicode cThousandSep; in getString()
[all …]
/trunk/main/stoc/source/security/
H A Dfile_policy.cxx196 sal_Unicode m_back;
198 sal_Unicode get()
200 inline void back( sal_Unicode c ) SAL_THROW( () ) in back()
228 void assureToken( sal_Unicode token )
232 void PolicyReader::assureToken( sal_Unicode token ) in assureToken()
236 sal_Unicode c = get(); in assureToken()
260 sal_Unicode c = get(); in getQuotedToken()
285 sal_Unicode c = get(); in getToken()
301 sal_Unicode c; in skipWhiteSpace()
360 sal_Unicode PolicyReader::get() in get()
[all …]
/trunk/main/connectivity/source/commontools/
H A DCommonTools.cxx43 inline sal_Unicode rtl_ascii_toUpperCase( sal_Unicode ch ) in rtl_ascii_toUpperCase()
56 const sal_Unicode CHAR_PLACE = '_';
57 const sal_Unicode CHAR_WILD = '%';
59 sal_Bool match(const sal_Unicode* pWild, const sal_Unicode* pStr, const sal_Unicode cEscape) in match()
171 aRes = ::rtl::OUString::valueOf(*(sal_Unicode*)rValue.getValue()); in toString()
298 sal_Bool isCharOk(sal_Unicode c,const ::rtl::OUString& _rSpecials) in isCharOk()
310 const sal_Unicode* pStr = rName.getStr(); in isValidSQLName()
340 const sal_Unicode* pStr = rName.getStr(); in convertName2SQLName()
/trunk/main/sc/source/core/tool/
H A Dstringutil.cxx37 const OUString& rStr, sal_Unicode dsep, sal_Unicode gsep, double& rVal) in parseSimpleNumber()
45 const sal_Unicode* p = rStr.getStr(); in parseSimpleNumber()
52 sal_Unicode c = p[i]; in parseSimpleNumber()
57 if (sal_Unicode('0') <= c && c <= sal_Unicode('9')) in parseSimpleNumber()
101 else if (c == sal_Unicode('-') || c == sal_Unicode('+')) in parseSimpleNumber()

Completed in 178 milliseconds

12345678910>>...68