Lines Matching refs:getLocale

117 const ::com::sun::star::lang::Locale& CharClass::getLocale() const  in getLocale()  function in CharClass
181 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isAlpha()
199 return isAlphaType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isAlpha()
220 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isLetter()
238 return isLetterType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isLetter()
259 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isDigit()
277 return isNumericType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isNumeric()
298 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isAlphaNumeric()
316 return isAlphaNumericType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isAlphaNumeric()
337 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isLetterNumeric()
355 return isLetterNumericType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isLetterNumeric()
384 return xCC->toTitle( rStr, nPos, nCount, getLocale() ); in toTitle()
401 return xCC->toUpper( rStr, nPos, nCount, getLocale() ); in toUpper_rtl()
418 return xCC->toLower( rStr, nPos, nCount, getLocale() ); in toLower_rtl()
486 return xCC->getCharacterType( rStr, nPos, getLocale() ); in getCharacterType()
503 return xCC->getStringType( rStr, nPos, nCount, getLocale() ); in getStringType()
526 return xCC->parseAnyToken( rStr, nPos, getLocale(), in parseAnyToken()
558 return xCC->parsePredefinedToken( nTokenType, rStr, nPos, getLocale(), in parsePredefinedToken()