Searched refs:ignored_types (Results 1 – 1 of 1) sorted by relevance
2105 char *ignored_types[] = {"font", "noBreak", "initial", "medial", in ignore_compatibility_form() local2110 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()