Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h129 Separator_Line = U_MASK(QChar::Separator_Line), enumerator
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
DUnicodeGLib.h104 Separator_Line = U_MASK(G_UNICODE_LINE_SEPARATOR), enumerator
/external/webkit/Source/WebCore/platform/text/wince/
DTextBreakIteratorWinCE.cpp43 return category(c) != Separator_Line; in isLineStop()
/external/webkit/Source/WebCore/platform/text/brew/
DTextBreakIteratorBrew.cpp43 return category(c) != Separator_Line; in isLineStop()
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
DUnicodeBrew.h95 Separator_Line = TO_MASK(ICU::U_LINE_SEPARATOR), enumerator
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
DUnicodeWinCE.h97 Separator_Line = TO_MASK(UnicodeCE::U_LINE_SEPARATOR), enumerator
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
DUnicodeIcu.h95 Separator_Line = U_MASK(U_LINE_SEPARATOR), enumerator
/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp497 …if (category & (Separator_Space | Separator_Line | Separator_Paragraph | Other_NotAssigned | Other… in canReceiveTextEmphasis()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp630 … if (!(category(characters[i]) & (Separator_Space | Separator_Line | Separator_Paragraph))) in selectionContainsPossibleWord()
/external/webkit/Source/WebCore/dom/
DDocument.cpp1254 …if (c <= 0x20 || c == 0x7F || (WTF::Unicode::category(c) & (WTF::Unicode::Separator_Line | WTF::Un… in canonicalizedTitle()