Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c200 static unsigned legacy_map(const unsigned char *map, unsigned c) in legacy_map() function
524 c = legacy_map(map, c); in iconv()
549 if (c<256 && c==legacy_map(tomap, c)) { in iconv()
558 if (d == legacy_map(tomap, c)) { in iconv()
/third_party/musl/src/locale/
Diconv.c200 static unsigned legacy_map(const unsigned char *map, unsigned c) in legacy_map() function
523 c = legacy_map(map, c); in iconv()
548 if (c<256 && c==legacy_map(tomap, c)) { in iconv()
557 if (d == legacy_map(tomap, c)) { in iconv()
/third_party/musl/porting/uniproton/kernel/src/locale/
Diconv.c200 static unsigned legacy_map(const unsigned char *map, unsigned c) in legacy_map() function
524 c = legacy_map(map, c); in iconv()
549 if (c<256 && c==legacy_map(tomap, c)) { in iconv()
558 if (d == legacy_map(tomap, c)) { in iconv()