Home | History | Annotate | Download | only in dom

Lines Matching refs:Unicode

215 using namespace Unicode;
238 // f) Characters #x20DD-#x20E0 are excluded (in accordance with Unicode, section 5.14).
258 if (!(Unicode::category(c) & nameStartMask))
289 if (!(Unicode::category(c) & otherNamePartMask))
1168 if (c <= 0x20 || c == 0x7F || (WTF::Unicode::category(c) & (WTF::Unicode::Separator_Line | WTF::Unicode::Separator_Paragraph))) {