summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/cpp/include/ICU4XIanaToBcp47Mapper.h
blob: e06433b6d0d31ac17e490eb0910b0ad568922125 (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
31
#ifndef ICU4XIanaToBcp47Mapper_H
#define ICU4XIanaToBcp47Mapper_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"

#ifdef __cplusplus
namespace capi {
#endif

typedef struct ICU4XIanaToBcp47Mapper ICU4XIanaToBcp47Mapper;
#ifdef __cplusplus
} // namespace capi
#endif
#include "ICU4XDataProvider.h"
#include "diplomat_result_box_ICU4XIanaToBcp47Mapper_ICU4XError.h"
#ifdef __cplusplus
namespace capi {
extern "C" {
#endif

diplomat_result_box_ICU4XIanaToBcp47Mapper_ICU4XError ICU4XIanaToBcp47Mapper_create(const ICU4XDataProvider* provider);
void ICU4XIanaToBcp47Mapper_destroy(ICU4XIanaToBcp47Mapper* self);

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