Home
last modified time | relevance | path

Searched refs:encode_map (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Tools/unicode/
Dgenmap_support.py108 def __init__(self, fp, prefix, encode_map): argument
111 self.encode_map = encode_map
120 if c1 not in self.encode_map:
122 c2map = self.encode_map[c1]
159 if i in self.encode_map and self.prefix in self.encode_map[i]:
161 "%d" % self.encode_map[i]['midx'], ",",
162 "%d," % self.encode_map[i]['min'],
163 "%d" % self.encode_map[i]['max'], "},")
Dgenmap_tchinese.py86 encode_map = encode_map_bmp
88 encode_map = encode_map_notbmp
97 encode_map.setdefault(uni_b1, {})
98 encode_map[uni_b1][uni_b2] = encode_value
177 def write_big5_maps(fp, display_name, table_name, decode_map, encode_map): argument
183 writer = EncodeMapWriter(fp, table_name, encode_map)
/external/nanopb-c/tests/map/
DSConscript9 enc = env.Program(['encode_map.c',
/external/python/cpython3/Modules/cjkcodecs/
D_codecs_iso2022.c15 const encode_map *cp949_encmap; \
19 const encode_map *jisxcommon_encmap; \
22 const encode_map *jisx0213_bmp_encmap; \
25 const encode_map *jisx0213_emp_encmap; \
30 const encode_map *gbcommon_encmap; \
D_codecs_hk.c10 const encode_map *big5_encmap; \
Dcjkcodecs.h49 typedef struct unim_index encode_map; typedef
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Dencode.c419 static void encode_map(upb_encstate* e, const upb_Message* msg, in encode_map() function
497 encode_map(e, msg, subs, field); in encode_field()
/external/grpc-grpc/third_party/upb/upb/wire/
Dencode.c434 static void encode_map(upb_encstate* e, const upb_Message* msg, in encode_map() function
514 encode_map(e, msg, subs, field); in encode_field()
/external/cronet/stable/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c10658 static void encode_map(upb_encstate* e, const upb_Message* msg, in encode_map() function
10742 encode_map(e, msg, subs, field); in encode_field()
/external/cronet/tot/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c10987 static void encode_map(upb_encstate* e, const upb_Message* msg, in encode_map() function
11071 encode_map(e, msg, subs, field); in encode_field()
/external/cronet/tot/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c10658 static void encode_map(upb_encstate* e, const upb_Message* msg, in encode_map() function
10742 encode_map(e, msg, subs, field); in encode_field()
/external/cronet/stable/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c10987 static void encode_map(upb_encstate* e, const upb_Message* msg, in encode_map() function
11071 encode_map(e, msg, subs, field); in encode_field()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c10987 static void encode_map(upb_encstate* e, const upb_Message* msg, in encode_map() function
11071 encode_map(e, msg, subs, field); in encode_field()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c10658 static void encode_map(upb_encstate* e, const upb_Message* msg, in encode_map() function
10742 encode_map(e, msg, subs, field); in encode_field()