Home
last modified time | relevance | path

Searched refs:mapping_list (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/build/make/
Dads2gas_apple.pl31 my @mapping_list = ("\$0", "\$1", "\$2", "\$3", "\$4", "\$5", "\$6", "\$7", "\$8", "\$9");
188 @macro_aliases{@incoming_array} = @mapping_list;
/external/python/cpython3/Modules/cjkcodecs/
Dcjkcodecs.h64 static const struct dbcs_map *mapping_list; variable
209 static const struct dbcs_map *mapping_list = \
308 for (h = mapping_list; h->charset[0] != '\0'; h++) { in register_maps()
/external/python/cpython2/Modules/cjkcodecs/
Dcjkcodecs.h64 static const struct dbcs_map *mapping_list; variable
210 static const struct dbcs_map *mapping_list = \
305 for (h = mapping_list; h->charset[0] != '\0'; h++) { in register_maps()