Searched refs:rCharClass (Results 1 – 7 of 7) sorted by relevance
/trunk/main/svl/source/misc/ |
H A D | urihelper.cxx | 430 bool isBoundary1(CharClass const & rCharClass, UniString const & rStr, in isBoundary1() argument 435 if (rCharClass.isLetterNumeric(rStr, nPos)) in isBoundary1() 452 bool isBoundary2(CharClass const & rCharClass, UniString const & rStr, in isBoundary2() argument 457 if (rCharClass.isLetterNumeric(rStr, nPos)) in isBoundary2() 487 bool checkWChar(CharClass const & rCharClass, UniString const & rStr, in checkWChar() argument 544 else if (rCharClass.isLetterNumeric(rStr, *pPos)) in checkWChar() 569 CharClass const & rCharClass, in FindFirstURLInText() argument 748 if (isBoundary1(rCharClass, rText, nUriEnd, rEnd) in FindFirstURLInText() 774 if (isBoundary1(rCharClass, rText, nUriEnd, rEnd)) in FindFirstURLInText() 860 bBoundary1 = isBoundary1(rCharClass, rText, nPos, rEnd); in FindFirstURLInText() [all …]
|
/trunk/main/basic/source/sbx/ |
H A D | sbxexec.cxx | 58 SbxClassType, const SbxSimpleCharClass& rCharClass ); 70 … xub_Unicode* Symbol( const xub_Unicode* p, XubString& rSym, const SbxSimpleCharClass& rCharClass ) in Symbol() argument 84 if( !rCharClass.isAlpha( *p ) && *p != '_' ) in Symbol() 90 while( *p && (rCharClass.isAlphaNumeric( *p ) || *p == '_') ) in Symbol() 297 SbxClassType t, const SbxSimpleCharClass& rCharClass ) in Element() argument 300 const xub_Unicode* p = Symbol( *ppBuf, aSym, rCharClass ); in Element()
|
H A D | sbxscan.cxx | 731 const CharClass& rCharClass = aSysLocale.GetCharClass(); in Format() local 735 rCharClass.toLower( aStr ); in Format() 741 rCharClass.toUpper( aStr ); in Format()
|
/trunk/main/svtools/source/misc/ |
H A D | langtab.cxx | 69 const CharClass &rCharClass = aSysLocale.GetCharClass(); in ApplyLreOrRleEmbedding() local 78 sal_Int16 nDirection = rCharClass.getCharacterDirection( rText, i ); in ApplyLreOrRleEmbedding()
|
/trunk/main/basic/source/runtime/ |
H A D | methods.cxx | 1189 CharClass& rCharClass = GetCharClass(); in RTLFUNC() local 1191 rCharClass.toLower( aStr ); in RTLFUNC() 1749 CharClass& rCharClass = GetCharClass(); in RTLFUNC() local 1751 rCharClass.toUpper( aStr ); in RTLFUNC() 4005 CharClass& rCharClass = GetCharClass(); in RTLFUNC() local 4006 aOldStr = rCharClass.toTitle( aOldStr.ToLowerAscii(), 0, nOldLen ); in RTLFUNC()
|
/trunk/main/svl/inc/svl/ |
H A D | urihelper.hxx | 163 CharClass const & rCharClass,
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 5638 const CharClass& rCharClass = GetAppCharClass(); in FillStrArr() local 5639 const String aLWord = rCharClass.toLower( rWord, 0, rWord.Len() ); in FillStrArr() 5640 const bool bIsUpper = (rWord == rCharClass.toUpper( rWord, 0, rWord.Len() ) ); in FillStrArr() 5657 const String aLName = rCharClass.toLower( rS, 0, rWord.Len() ); in FillStrArr() 5661 … new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharClas… in FillStrArr() 5681 … new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharClas… in FillStrArr()
|
Completed in 82 milliseconds