LibreOffice Module i18nutil (master) 1
|
#include <scripttypedetector.hxx>
Static Public Member Functions | |
static sal_Int32 | beginOfScriptDirection (std::u16string_view Text, sal_Int32 nPos, sal_Int16 scriptDirection) |
static sal_Int32 | endOfScriptDirection (std::u16string_view Text, sal_Int32 nPos, sal_Int16 scriptDirection) |
static sal_Int16 | getScriptDirection (std::u16string_view Text, sal_Int32 nPos, sal_Int16 defaultScriptDirection) |
Definition at line 25 of file scripttypedetector.hxx.
|
static |
Definition at line 57 of file scripttypedetector.cxx.
References getScriptDirection(), nPos, and Text.
|
static |
Definition at line 70 of file scripttypedetector.cxx.
References getScriptDirection(), nPos, and Text.
|
static |
Definition at line 50 of file scripttypedetector.cxx.
References unicode::getUnicodeDirection(), nPos, scriptDirection, and Text.
Referenced by beginOfScriptDirection(), and endOfScriptDirection().