Home
last modified time | relevance | path

Searched refs:getCharacterType (Results 1 – 18 of 18) sorted by relevance

/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx181 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isAlpha()
220 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isLetter()
259 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isDigit()
298 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isAlphaNumeric()
337 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isLetterNumeric()
481 sal_Int32 CharClass::getCharacterType( const String& rStr, xub_StrLen nPos ) const in getCharacterType() function in CharClass
486 return xCC->getCharacterType( rStr, nPos, getLocale() ); in getCharacterType()
/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx69 for (i1 = len1; i1 && (cclass->getCharacterType(str1, off1+i1-1, nLocale) & DIGIT); i1--) ; in compareSubstring()
70 for (i2 = len2; i2 && (cclass->getCharacterType(str2, off2+i2-1, nLocale) & DIGIT); i2--) ; in compareSubstring()
/trunk/main/i18npool/source/characterclassification/
H A DcharacterclassificationImpl.cxx100 CharacterClassificationImpl::getCharacterType( const OUString& Text, sal_Int32 nPos, in getCharacterType() function in com::sun::star::i18n::CharacterClassificationImpl
103 … return getLocaleSpecificCharacterClassification(rLocale)->getCharacterType(Text, nPos, rLocale); in getCharacterType()
H A Dcclass_unicode.cxx203 cclass_Unicode::getCharacterType( const OUString& Text, sal_Int32 nPos, const Locale& /*rLocale*/ )… in getCharacterType() function in com::sun::star::i18n::cclass_Unicode
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx147 nCharType = rCC.getCharacterType( rTxt, nStt ); in lcl_IsUnsupportedUnicodeChar()
182 nCharType = rCC.getCharacterType( rTxt, nStt ); in lcl_IsSymbolChar()
476 IsUpperLetter( rCC.getCharacterType( rTxt, nSttPos )) && in FnCptlSttWrd()
477 IsUpperLetter( rCC.getCharacterType( rTxt, ++nSttPos )) && in FnCptlSttWrd()
479 IsLowerLetter( rCC.getCharacterType( rTxt, nSttPos +1 )) && in FnCptlSttWrd()
884 rCC.getCharacterType( in FnCptlSttSntnc()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx618 if (pCC->getCharacterType(aStr,tindex) & in capitalType()
626 if ((nc == 1) && (pCC->getCharacterType(aStr,0) & in capitalType()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/i18n/
H A Dcom.sun.star.i18n.CharacterClassification.csv10 "CharacterClassification";"com::sun::star::i18n::XCharacterClassification";"getCharacterType()"
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx272 sal_Int32 nCharacterType = aCharClass.getCharacterType( aCharString, 0 ); in DoOnCapitals()
301 sal_uInt32 nCharacterType = aCharClass.getCharacterType( aCharString, 0 ); in DoOnCapitals()
/trunk/main/offapi/com/sun/star/i18n/
H A DKCharacterType.idl36 <member>XCharacterClassification::getCharacterType()</member> and
H A DXCharacterClassification.idl125 long getCharacterType( [in] string aText, [in] long nPos,
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx744 if (pCC->getCharacterType(aStr,tindex) & ::com::sun::star::i18n::KCharacterType::UPPER) in capitalType()
752 … if ((nc == 1) && (pCC->getCharacterType(aStr,0) & ::com::sun::star::i18n::KCharacterType::UPPER)) in capitalType()
/trunk/main/i18npool/inc/
H A DcharacterclassificationImpl.hxx60 virtual sal_Int32 SAL_CALL getCharacterType( const rtl::OUString& text, sal_Int32 nPos,
H A Dcclass_unicode.hxx56 virtual sal_Int32 SAL_CALL getCharacterType( const rtl::OUString& text, sal_Int32 nPos,
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx183 sal_Int32 getCharacterType( const String& rStr, xub_StrLen nPos ) const;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCharacterClassification.java230 int get = oObj.getCharacterType(toCheck, i, getLocale(j)); in _getCharacterType()
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx169 sal_Int32 nType = xCharClass->getCharacterType( sText, rBoundary.startPos, implGetLocale() ); in implGetWordBoundary()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx789 sal_Int32 nCharType = rCC.getCharacterType( rTxt, n ); in IsFirstCharCapital()
852 rCC.getCharacterType( rTxt, nPos )); in GetDigitLevel()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx428 sal_Int32 nCType = xCharClass->getCharacterType( rStr, nPos, in IsDelimiter()

Completed in 133 milliseconds