Searched refs:nCharType (Results 1 – 3 of 3) sorted by relevance
314 @param nCharType322 [in] short nCharType );328 @param nCharType336 [in] short nCharType );342 @param nCharType350 [in] short nCharType );356 @param nCharType364 [in] short nCharType );
128 inline int IsLowerLetter( sal_Int32 nCharType ) in IsLowerLetter() argument130 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() argument135 return CharClass::isLetterType( nCharType ) && in IsUpperLetter()136 0 == ( ::com::sun::star::i18n::KCharacterType::LOWER & nCharType); in IsUpperLetter()145 sal_Int32 nCharType; in lcl_IsUnsupportedUnicodeChar() local147 nCharType = rCC.getCharacterType( rTxt, nStt ); in lcl_IsUnsupportedUnicodeChar()180 sal_Int32 nCharType; in lcl_IsSymbolChar() local182 nCharType = rCC.getCharacterType( rTxt, nStt ); in lcl_IsSymbolChar()
789 sal_Int32 nCharType = rCC.getCharacterType( rTxt, n ); in IsFirstCharCapital() local790 return CharClass::isLetterType( nCharType ) && in IsFirstCharCapital()792 nCharType ); in IsFirstCharCapital()
Completed in 37 milliseconds