Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.cpp299 …const uint32_t otherNamePartMask = Mark_NonSpacing | Mark_Enclosing | Mark_SpacingCombining | Lett… in isValidNamePart() local
300 if (!(Unicode::category(c) & otherNamePartMask)) in isValidNamePart()