Home
last modified time | relevance | path

Searched refs:rCharClass (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svl/source/misc/
H A Durihelper.cxx430 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 Dsbxexec.cxx58 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 Dsbxscan.cxx731 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 Dlangtab.cxx69 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 Dmethods.cxx1189 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 Durihelper.hxx163 CharClass const & rCharClass,
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx5640 const CharClass& rCharClass = GetAppCharClass(); in FillStrArr() local
5641 const String aLWord = rCharClass.toLower( rWord, 0, rWord.Len() ); in FillStrArr()
5642 const bool bIsUpper = (rWord == rCharClass.toUpper( rWord, 0, rWord.Len() ) ); in FillStrArr()
5659 const String aLName = rCharClass.toLower( rS, 0, rWord.Len() ); in FillStrArr()
5663 … new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharClas… in FillStrArr()
5683 … new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharClas… in FillStrArr()

Completed in 74 milliseconds