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

/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.h104 Separator_Line = U_MASK(G_UNICODE_LINE_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h129 Separator_Line = U_MASK(QChar::Separator_Line), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.h95 Separator_Line = TO_MASK(ICU::U_LINE_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h95 Separator_Line = U_MASK(U_LINE_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.h97 Separator_Line = TO_MASK(UnicodeCE::U_LINE_SEPARATOR), enumerator in enum:WTF::Unicode::CharCategory
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextBreakIteratorBrew.cpp43 return category(c) != Separator_Line;
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextBreakIteratorWinCE.cpp43 return category(c) != Separator_Line;
/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 80 milliseconds