|
LibreOffice Module basic (master) 1
|
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) |
| bool BasicCharClass::isAlpha | ( | sal_Unicode | c, |
| bool | bCompatible | ||
| ) |
Definition at line 42 of file basiccharclass.cxx.
References isLetter().
Referenced by isAlphaNumeric(), SbiTokenizer::Next(), SbiScanner::NextSym(), QualifiedName(), and Symbol().
| 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().
| bool BasicCharClass::isLetter | ( | sal_Unicode | c | ) |
Definition at line 27 of file basiccharclass.cxx.
References isLetterUnicode().
Referenced by isAlpha().
| bool BasicCharClass::isLetterUnicode | ( | sal_Unicode | c | ) |
Definition at line 35 of file basiccharclass.cxx.
References Application::GetSettings(), and CharClass::isLetter().
Referenced by isLetter().
| bool BasicCharClass::isWhitespace | ( | sal_Unicode | c | ) |
Definition at line 53 of file basiccharclass.cxx.
Referenced by SbiScanner::NextSym(), SbiScanner::readLine(), SbiScanner::scanGoto(), and SkipWhitespace().