Searched refs:decmap (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/cjkcodecs/ |
D | cjkcodecs.h | 55 const struct dbcs_index *decmap; member 355 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument 357 (const void**)encmap, (const void**)decmap) 361 const void **encmap, const void **decmap) in importmap() argument 382 if (decmap != NULL) in importmap() 383 *decmap = map->decmap; in importmap()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 55 const struct dbcs_index *decmap; member 352 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument 354 (const void**)encmap, (const void**)decmap) 358 const void **encmap, const void **decmap) in importmap() argument 379 if (decmap != NULL) in importmap() 380 *decmap = map->decmap; in importmap()
|
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/ |
D | maketables.go | 204 decmap := p.String(ucd.DecompMapping) 206 exp, err := parseDecomposition(decmap, false) 209 if len(decmap) > 0 { 210 exp, err = parseDecomposition(decmap, true) 212 log.Fatalf(`%U: bad decomp |%v|: "%s"`, r, decmap, err) 226 if len(decmap) > 0 {
|