Searched refs:nCharacterType (Results 1 – 1 of 1) sorted by relevance
272 sal_Int32 nCharacterType = aCharClass.getCharacterType( aCharString, 0 ); in DoOnCapitals() local273 if ( nCharacterType & ::com::sun::star::i18n::KCharacterType::LOWER ) in DoOnCapitals()275 if ( ! ( nCharacterType & ::com::sun::star::i18n::KCharacterType::UPPER ) ) in DoOnCapitals()301 sal_uInt32 nCharacterType = aCharClass.getCharacterType( aCharString, 0 ); in DoOnCapitals() local302 if ( ( nCharacterType & ::com::sun::star::i18n::KCharacterType::UPPER ) ) in DoOnCapitals()
Completed in 13 milliseconds