/external/python/cpython3/Tools/unicode/ |
D | genmap_support.py | 108 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'], "},")
|
D | genmap_tchinese.py | 86 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/ |
D | SConscript | 9 enc = env.Program(['encode_map.c',
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 15 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.c | 10 const encode_map *big5_encmap; \
|
D | cjkcodecs.h | 49 typedef struct unim_index encode_map; typedef
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/ |
D | encode.c | 419 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/ |
D | encode.c | 434 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/ |
D | ruby-upb.c | 10658 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/ |
D | php-upb.c | 10987 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/ |
D | ruby-upb.c | 10658 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/ |
D | php-upb.c | 10987 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/ |
D | php-upb.c | 10987 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/ |
D | ruby-upb.c | 10658 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()
|