Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DCharacter.cpp342 …if (category & (Separator_Space | Separator_Line | Separator_Paragraph | Other_NotAssigned | Other… in canReceiveTextEmphasis()
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
DUnicodeIcu.h94 Separator_Line = U_MASK(U_LINE_SEPARATOR), enumerator
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp1329 …if (c <= 0x20 || c == 0x7F || (WTF::Unicode::category(c) & (WTF::Unicode::Separator_Line | WTF::Un… in canonicalizedTitle()