#include <sal/config.h>
#include <string_view>
#include <sal/types.h>
#include <rtl/ustring.hxx>
Go to the source code of this file.
|
void | basegfx::internal::skipSpaces (sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen) |
|
bool | basegfx::internal::isOnNumberChar (const sal_Unicode aChar, bool bSignAllowed) |
|
bool | basegfx::internal::isOnNumberChar (std::u16string_view rStr, const sal_Int32 nPos) |
|
bool | basegfx::internal::importDoubleAndSpaces (double &o_fRetval, sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen) |
|
bool | basegfx::internal::importFlagAndSpaces (sal_Int32 &o_nRetval, sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen) |
|