Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/icu_capi/bindings/c/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  IsoDate.h

  Sprache: C
 

#ifndef IsoDate_H
#define IsoDate_H

#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"

#include "Calendar.d.h"
#include "CalendarError.d.h"
#include "Date.d.h"
#include "IsoWeekOfYear.d.h"
#include "Rfc9557ParseError.d.h"
#include "Weekday.d.h"

#include "IsoDate.d.h"






typedef struct icu4x_IsoDate_create_mv1_result {union {IsoDate* ok; CalendarError err;}bool is_ok;} icu4x_IsoDate_create_mv1_result;
icu4x_IsoDate_create_mv1_result icu4x_IsoDate_create_mv1(int32_t year, uint8_t month, uint8_t day);

IsoDate* icu4x_IsoDate_from_rata_die_mv1(int64_t rd);

typedef struct icu4x_IsoDate_from_string_mv1_result {union {IsoDate* ok; Rfc9557ParseError err;}; bool is_ok;} icu4x_IsoDate_from_string_mv1_result;
icu4x_IsoDate_from_string_mv1_result icu4x_IsoDate_from_string_mv1(DiplomatStringView v);

Date* icu4x_IsoDate_to_calendar_mv1(const IsoDate* self, const Calendar* calendar);

Date* icu4x_IsoDate_to_any_mv1(const IsoDate* self);

int64_t icu4x_IsoDate_to_rata_die_mv1(const IsoDate* self);

uint16_t icu4x_IsoDate_day_of_year_mv1(const IsoDate* self);

uint8_t icu4x_IsoDate_day_of_month_mv1(const IsoDate* self);

Weekday icu4x_IsoDate_day_of_week_mv1(const IsoDate* self);

IsoWeekOfYear icu4x_IsoDate_week_of_year_mv1(const IsoDate* self);

uint8_t icu4x_IsoDate_month_mv1(const IsoDate* self);

int32_t icu4x_IsoDate_year_mv1(const IsoDate* self);

bool icu4x_IsoDate_is_in_leap_year_mv1(const IsoDate* self);

uint8_t icu4x_IsoDate_months_in_year_mv1(const IsoDate* self);

uint8_t icu4x_IsoDate_days_in_month_mv1(const IsoDate* self);

uint16_t icu4x_IsoDate_days_in_year_mv1(const IsoDate* self);

void icu4x_IsoDate_destroy_mv1(IsoDate* self);





#endif // IsoDate_H

Messung V0.5 in Prozent
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.