tor-browser

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

ReorderedIndexMap.h (631B)


      1 #ifndef ReorderedIndexMap_H
      2 #define ReorderedIndexMap_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 
     11 #include "ReorderedIndexMap.d.h"
     12 
     13 
     14 
     15 
     16 
     17 
     18 DiplomatUsizeView icu4x_ReorderedIndexMap_as_slice_mv1(const ReorderedIndexMap* self);
     19 
     20 size_t icu4x_ReorderedIndexMap_len_mv1(const ReorderedIndexMap* self);
     21 
     22 bool icu4x_ReorderedIndexMap_is_empty_mv1(const ReorderedIndexMap* self);
     23 
     24 size_t icu4x_ReorderedIndexMap_get_mv1(const ReorderedIndexMap* self, size_t index);
     25 
     26 void icu4x_ReorderedIndexMap_destroy_mv1(ReorderedIndexMap* self);
     27 
     28 
     29 
     30 
     31 
     32 #endif // ReorderedIndexMap_H