/trunk/main/unotools/source/i18n/ |
H A D | charclass.cxx | 181 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 D | chaptercollator.cxx | 69 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 D | characterclassificationImpl.cxx | 100 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 D | cclass_unicode.cxx | 203 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 D | svxacorr.cxx | 147 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 D | nthesimp.cxx | 618 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 D | com.sun.star.i18n.CharacterClassification.csv | 10 "CharacterClassification";"com::sun::star::i18n::XCharacterClassification";"getCharacterType()"
|
/trunk/main/editeng/source/items/ |
H A D | svxfont.cxx | 272 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 D | KCharacterType.idl | 36 <member>XCharacterClassification::getCharacterType()</member> and
|
H A D | XCharacterClassification.idl | 125 long getCharacterType( [in] string aText, [in] long nPos,
|
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 744 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 D | characterclassificationImpl.hxx | 60 virtual sal_Int32 SAL_CALL getCharacterType( const rtl::OUString& text, sal_Int32 nPos,
|
H A D | cclass_unicode.hxx | 56 virtual sal_Int32 SAL_CALL getCharacterType( const rtl::OUString& text, sal_Int32 nPos,
|
/trunk/main/unotools/inc/unotools/ |
H A D | charclass.hxx | 183 sal_Int32 getCharacterType( const String& rStr, xub_StrLen nPos ) const;
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/ |
H A D | _XCharacterClassification.java | 230 int get = oObj.getCharacterType(toCheck, i, getLocale(j)); in _getCharacterType()
|
/trunk/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 169 sal_Int32 nType = xCharClass->getCharacterType( sText, rBoundary.startPos, implGetLocale() ); in implGetWordBoundary()
|
/trunk/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 789 sal_Int32 nCharType = rCC.getCharacterType( rTxt, n ); in IsFirstCharCapital() 852 rCC.getCharacterType( rTxt, nPos )); in GetDigitLevel()
|
/trunk/main/i18npool/source/search/ |
H A D | textsearch.cxx | 428 sal_Int32 nCType = xCharClass->getCharacterType( rStr, nPos, in IsDelimiter()
|