Searched refs:CharType (Results 1 – 7 of 7) sorted by relevance
/trunk/main/i18npool/source/breakiterator/ |
H A D | breakiteratorImpl.cxx | 371 const Locale& /*rLocale*/, sal_Int16 CharType ) throw(RuntimeException) in beginOfCharBlock() argument 373 if (CharType == CharType::ANY_CHAR) return 0; in beginOfCharBlock() 383 const Locale& /*rLocale*/, sal_Int16 CharType ) throw(RuntimeException) in endOfCharBlock() argument 387 if (CharType == CharType::ANY_CHAR) return strLen; // end of char block is exclusive in endOfCharBlock() 389 if (CharType != (sal_Int16)u_charType(Text.iterateCodePoints(&nStartPos, 0))) return -1; in endOfCharBlock() 397 const Locale& /*rLocale*/, sal_Int16 CharType ) throw(RuntimeException) in nextCharBlock() argument 399 if (CharType == CharType::ANY_CHAR) return -1; in nextCharBlock() 407 if ((CharType != (sal_Int16)u_charType(ch)) ^ (numberOfChange == 1)) in nextCharBlock() 414 const Locale& /*rLocale*/, sal_Int16 CharType ) throw(RuntimeException) in previousCharBlock() argument 416 if(CharType == CharType::ANY_CHAR) return -1; in previousCharBlock() [all …]
|
/trunk/main/i18npool/inc/ |
H A D | breakiteratorImpl.hxx | 101 …const com::sun::star::lang::Locale& nLocale, sal_Int16 CharType ) throw(com::sun::star::uno::Runti… 103 …const com::sun::star::lang::Locale& nLocale, sal_Int16 CharType ) throw(com::sun::star::uno::Runti… 105 …const com::sun::star::lang::Locale& nLocale, sal_Int16 CharType ) throw(com::sun::star::uno::Runti… 107 …const com::sun::star::lang::Locale& nLocale, sal_Int16 CharType ) throw(com::sun::star::uno::Runti…
|
/trunk/main/offapi/com/sun/star/i18n/ |
H A D | XBreakIterator.idl | 315 One of <type>CharType</type> 329 One of <type>CharType</type> 343 One of <type>CharType</type> 357 One of <type>CharType</type>
|
H A D | CharType.idl | 41 published constants CharType
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcap.cxx | 651 pBreakIt->GetLocale( eLng ), CharType::LOWERCASE_LETTER); in DoOnCapitals() 699 pBreakIt->GetLocale( eLng ), CharType::LOWERCASE_LETTER); in DoOnCapitals() 813 pBreakIt->GetLocale( eLng ), CharType::LOWERCASE_LETTER); in DoOnCapitals()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | textbreakuphelper.cxx | 252 …BreakIterator->endOfCharBlock(rTxt, a, rLocale, ::com::sun::star::i18n::CharType::SPACE_SEPARATOR)… in breakup()
|
/trunk/main/offapi/ |
H A D | UnoApi_offapi.mk | 2256 offapi/com/sun/star/i18n/CharType \
|
Completed in 44 milliseconds