summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/c/include/ICU4XPluralOperands.h
blob: 14d997555f78e22ab624f74d80c6b70b93f66421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef ICU4XPluralOperands_H
#define ICU4XPluralOperands_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"

#ifdef __cplusplus
namespace capi {
#endif

typedef struct ICU4XPluralOperands ICU4XPluralOperands;
#ifdef __cplusplus
} // namespace capi
#endif
#include "diplomat_result_box_ICU4XPluralOperands_ICU4XError.h"
#ifdef __cplusplus
namespace capi {
extern "C" {
#endif

diplomat_result_box_ICU4XPluralOperands_ICU4XError ICU4XPluralOperands_create_from_string(const char* s_data, size_t s_len);
void ICU4XPluralOperands_destroy(ICU4XPluralOperands* self);

#ifdef __cplusplus
} // extern "C"
} // namespace capi
#endif
#endif