|
ICU4X
International Components for Unicode
|
#include <stdint.h>#include <stddef.h>#include <stdbool.h>#include <algorithm>#include <memory>#include <variant>#include <optional>#include "diplomat_runtime.hpp"#include "ICU4XFixedDecimalSignDisplay.h"Go to the source code of this file.
Enumerations | |
| enum struct | ICU4XFixedDecimalSignDisplay { Auto = 0 , Never = 1 , Always = 2 , ExceptZero = 3 , Negative = 4 } |
|
strong |
ECMA-402 compatible sign display preference.
See the Rust documentation for SignDisplay for more information.
| Enumerator | |
|---|---|
| Auto | |
| Never | |
| Always | |
| ExceptZero | |
| Negative | |