| 3705 | } |
| 3706 | |
| 3707 | const char* hb_container_sanitize_name(const char *name) |
| 3708 | { |
| 3709 | return hb_container_get_name(hb_container_get_from_name(name)); |
| 3710 | } |
| 3711 | |
| 3712 | const hb_container_t* hb_container_get_next(const hb_container_t *last) |
| 3713 | { |
nothing calls this directly
no test coverage detected