tor-browser

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

CodePointMapData16.h (1336B)


      1 #ifndef CodePointMapData16_H
      2 #define CodePointMapData16_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 "CodePointRangeIterator.d.h"
     11 #include "CodePointSetData.d.h"
     12 #include "DataError.d.h"
     13 #include "DataProvider.d.h"
     14 
     15 #include "CodePointMapData16.d.h"
     16 
     17 
     18 
     19 
     20 
     21 
     22 uint16_t icu4x_CodePointMapData16_get_mv1(const CodePointMapData16* self, char32_t cp);
     23 
     24 CodePointRangeIterator* icu4x_CodePointMapData16_iter_ranges_for_value_mv1(const CodePointMapData16* self, uint16_t value);
     25 
     26 CodePointRangeIterator* icu4x_CodePointMapData16_iter_ranges_for_value_complemented_mv1(const CodePointMapData16* self, uint16_t value);
     27 
     28 CodePointSetData* icu4x_CodePointMapData16_get_set_for_value_mv1(const CodePointMapData16* self, uint16_t value);
     29 
     30 CodePointMapData16* icu4x_CodePointMapData16_create_script_mv1(void);
     31 
     32 typedef struct icu4x_CodePointMapData16_create_script_with_provider_mv1_result {union {CodePointMapData16* ok; DataError err;}; bool is_ok;} icu4x_CodePointMapData16_create_script_with_provider_mv1_result;
     33 icu4x_CodePointMapData16_create_script_with_provider_mv1_result icu4x_CodePointMapData16_create_script_with_provider_mv1(const DataProvider* provider);
     34 
     35 void icu4x_CodePointMapData16_destroy_mv1(CodePointMapData16* self);
     36 
     37 
     38 
     39 
     40 
     41 #endif // CodePointMapData16_H