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 "ICU4XAnyCalendarKind.h"
#include "ICU4XError.hpp"
#include "ICU4XLocale.hpp"
Go to the source code of this file.
Enumerations | |
enum struct | ICU4XAnyCalendarKind { Iso = 0 , Gregorian = 1 , Buddhist = 2 , Japanese = 3 , JapaneseExtended = 4 , Ethiopian = 5 , EthiopianAmeteAlem = 6 , Indian = 7 , Coptic = 8 , Dangi = 9 , Chinese = 10 , Hebrew = 11 , IslamicCivil = 12 , IslamicObservational = 13 , IslamicTabular = 14 , IslamicUmmAlQura = 15 , Persian = 16 , Roc = 17 } |
|
strong |
The various calendar types currently supported by [ICU4XCalendar
]
See the Rust documentation for AnyCalendarKind
for more information.