summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/c/include/ICU4XLocaleFallbackerWithConfig.h
blob: e8baa9563e86c2b45bc032ed13ae0370575e6230 (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 ICU4XLocaleFallbackerWithConfig_H
#define ICU4XLocaleFallbackerWithConfig_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"

#ifdef __cplusplus
namespace capi {
#endif

typedef struct ICU4XLocaleFallbackerWithConfig ICU4XLocaleFallbackerWithConfig;
#ifdef __cplusplus
} // namespace capi
#endif
#include "ICU4XLocale.h"
#include "ICU4XLocaleFallbackIterator.h"
#ifdef __cplusplus
namespace capi {
extern "C" {
#endif

ICU4XLocaleFallbackIterator* ICU4XLocaleFallbackerWithConfig_fallback_for_locale(const ICU4XLocaleFallbackerWithConfig* self, const ICU4XLocale* locale);
void ICU4XLocaleFallbackerWithConfig_destroy(ICU4XLocaleFallbackerWithConfig* self);

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