Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-imp.h201 LST_LC_LATIN, LST_UC_LATIN, enumerator
H A Dcss-apply.c1265 else if (!strcmp(value->data, "upper-latin")) style->list_style_type = LST_UC_LATIN; in fz_apply_css_style()
H A Dhtml-layout.c1154 case LST_UC_LATIN: format_alpha_number(ctx, buf, size, x, 'A', 'Z'); break; in format_list_number()