tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

LocaleFallbackerWithConfig.h (569B)


      1 #ifndef LocaleFallbackerWithConfig_H
      2 #define LocaleFallbackerWithConfig_H
      3 
      4 #include <stdio.h>
      5 #include <stdint.h>
      6 #include <stddef.h>
      7 #include <stdbool.h>
      8 #include "diplomat_runtime.h"
      9 
     10 #include "Locale.d.h"
     11 #include "LocaleFallbackIterator.d.h"
     12 
     13 #include "LocaleFallbackerWithConfig.d.h"
     14 
     15 
     16 
     17 
     18 
     19 
     20 LocaleFallbackIterator* icu4x_LocaleFallbackerWithConfig_fallback_for_locale_mv1(const LocaleFallbackerWithConfig* self, const Locale* locale);
     21 
     22 void icu4x_LocaleFallbackerWithConfig_destroy_mv1(LocaleFallbackerWithConfig* self);
     23 
     24 
     25 
     26 
     27 
     28 #endif // LocaleFallbackerWithConfig_H