Searched refs:Separator_Paragraph (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.h105 Separator_Paragraph = U_MASK(G_UNICODE_PARAGRAPH_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h130 Separator_Paragraph = U_MASK(QChar::Separator_Paragraph), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.h96 Separator_Paragraph = TO_MASK(ICU::U_PARAGRAPH_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h96 Separator_Paragraph = U_MASK(U_PARAGRAPH_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.h98 Separator_Paragraph = TO_MASK(UnicodeCE::U_PARAGRAPH_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp497 if (category & (Separator_Space | Separator_Line | Separator_Paragraph | Other_NotAssigned | Other_Control | Other_Format))
/external/webkit/Source/WebCore/page/
H A DContextMenuController.cpp630 if (!(category(characters[i]) & (Separator_Space | Separator_Line | Separator_Paragraph)))
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1254 if (c <= 0x20 || c == 0x7F || (WTF::Unicode::category(c) & (WTF::Unicode::Separator_Line | WTF::Unicode::Separator_Paragraph))) {

Completed in 160 milliseconds