touchgfx::Unicode::parseFlagsAndPrecision() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Unicode::parseFlagsAndPrecision()

touchgfx::Unicode::parseFlagsAndPrecision() method

Syntax

static void parseFlagsAndPrecision(const UnicodeChar*& format,     UnicodeChar& sign,     bool& alignLeft,     bool& forceDecimalPoint,     bool& zeroPrefix,     bool& hasWidth,     int& width,     bool& hasPrecision,     int& precision);

Arguments

format

sign

alignLeft

forceDecimalPoint

zeroPrefix

hasWidth

width

hasPrecision

precision

References

LocationText
Unicode.hpp:580
static void parseFlagsAndPrecision(const UnicodeChar*& format, UnicodeChar& sign, bool& alignLeft, bool& forceDecimalPoint, bool& zeroPrefix, bool& hasWidth, int& width, bool& hasPrecision, int& precision);