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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DCharacter.cpp342 if (category & (Separator_Space | Separator_Line | Separator_Paragraph | Other_NotAssigned | Other_Control | Other_Format))
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h94 Separator_Line = U_MASK(U_LINE_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1329 if (c <= 0x20 || c == 0x7F || (WTF::Unicode::category(c) & (WTF::Unicode::Separator_Line | WTF::Unicode::Separator_Paragraph))) {

Completed in 369 milliseconds