Home | History | Annotate | Download | only in src

Lines Matching refs:xclass

834   0, 0, 0,                 /* CLASS, NCLASS, XCLASS */
4962 BOOL xclass;
5228 /* Extended class (xclass) will be used when characters > 255
5232 xclass = FALSE;
5233 class_uchardata = code + LINK_SIZE + 2; /* For XCLASS items */
5304 In the special case where there are no xclass items, this is
5434 the XCLASS list (provoked by characters that have more than one other
5570 set xclass = TRUE. Then, in the pre-compile phase, accumulate the length
5577 xclass = TRUE;
5619 If, when generating an xclass, there are no characters < 256, we can omit
5623 if (xclass && (
8068 /* XCLASS is used for classes that cannot be represented just by a bit map.