Home | History | Annotate | Download | only in dom

Lines Matching refs:x7F

1155         if (!(c <= 0x20 || c == 0x7F))
1166 if (c <= 0x20 || c == 0x7F || (WTF::Unicode::category(c) & (WTF::Unicode::Separator_Line | WTF::Unicode::Separator_Paragraph))) {