LibreOffice Module basic (master) 1
Functions
BasicCharClass Namespace Reference

Functions

bool isLetter (sal_Unicode c)
 
bool isLetterUnicode (sal_Unicode c)
 
bool isAlpha (sal_Unicode c, bool bCompatible)
 
bool isAlphaNumeric (sal_Unicode c, bool bCompatible)
 
bool isWhitespace (sal_Unicode c)
 

Function Documentation

◆ isAlpha()

bool BasicCharClass::isAlpha ( sal_Unicode  c,
bool  bCompatible 
)

◆ isAlphaNumeric()

bool BasicCharClass::isAlphaNumeric ( sal_Unicode  c,
bool  bCompatible 
)

Definition at line 48 of file basiccharclass.cxx.

References isAlpha().

Referenced by SbiScanner::NextSym(), SbiScanner::scanAlphanumeric(), and Symbol().

◆ isLetter()

bool BasicCharClass::isLetter ( sal_Unicode  c)

Definition at line 27 of file basiccharclass.cxx.

References isLetterUnicode().

Referenced by isAlpha().

◆ isLetterUnicode()

bool BasicCharClass::isLetterUnicode ( sal_Unicode  c)

Definition at line 35 of file basiccharclass.cxx.

References Application::GetSettings(), and CharClass::isLetter().

Referenced by isLetter().

◆ isWhitespace()

bool BasicCharClass::isWhitespace ( sal_Unicode  c)