Home
last modified time | relevance | path

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

/linux/fs/unicode/
H A Dmkutf8data.c2105 char *ignored_types[] = {"font", "noBreak", "initial", "medial", in ignore_compatibility_form() local
2110 for (i = 0 ; i < ARRAY_SIZE(ignored_types); i++) in ignore_compatibility_form()
2111 if (strcmp(type, ignored_types[i]) == 0) in ignore_compatibility_form()