Home
last modified time | relevance | path

Searched refs:nCharType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl314 @param nCharType
322 [in] short nCharType );
328 @param nCharType
336 [in] short nCharType );
342 @param nCharType
350 [in] short nCharType );
356 @param nCharType
364 [in] short nCharType );
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx128 inline int IsLowerLetter( sal_Int32 nCharType ) in IsLowerLetter() argument
130 return CharClass::isLetterType( nCharType ) && in IsLowerLetter()
131 0 == ( ::com::sun::star::i18n::KCharacterType::UPPER & nCharType); in IsLowerLetter()
133 inline int IsUpperLetter( sal_Int32 nCharType ) in IsUpperLetter() argument
135 return CharClass::isLetterType( nCharType ) && in IsUpperLetter()
136 0 == ( ::com::sun::star::i18n::KCharacterType::LOWER & nCharType); in IsUpperLetter()
145 sal_Int32 nCharType; in lcl_IsUnsupportedUnicodeChar() local
147 nCharType = rCC.getCharacterType( rTxt, nStt ); in lcl_IsUnsupportedUnicodeChar()
180 sal_Int32 nCharType; in lcl_IsSymbolChar() local
182 nCharType = rCC.getCharacterType( rTxt, nStt ); in lcl_IsSymbolChar()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx789 sal_Int32 nCharType = rCC.getCharacterType( rTxt, n ); in IsFirstCharCapital() local
790 return CharClass::isLetterType( nCharType ) && in IsFirstCharCapital()
792 nCharType ); in IsFirstCharCapital()

Completed in 42 milliseconds