Home
last modified time | relevance | path

Searched refs:treatAsZeroWidthSpace (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFont.h185 …static bool treatAsZeroWidthSpace(UChar c) { return c < 0x20 || (c >= 0x7F && c < 0xA0) || c == 0x… in treatAsZeroWidthSpace() function
192 if (treatAsZeroWidthSpace(character)) in normalizeSpaces()
/external/webkit/WebCore/platform/graphics/mac/
DComplexTextController.cpp465 } else if (ch == zeroWidthSpace || Font::treatAsZeroWidthSpace(ch) && !treatAsSpace) { in adjustGlyphsAndAdvances()
/external/webkit/WebCore/
DChangeLog-2007-10-1421860 (WebCore::Font::treatAsZeroWidthSpace):
46850 (WebCore::Font::treatAsZeroWidthSpace):
DChangeLog-2008-08-1065356 too. I forgot to add them when I added them to treatAsZeroWidthSpace in
65479 (WebCore::Font::treatAsZeroWidthSpace):
DChangeLog-2009-06-1673653 (WebCore::Font::treatAsZeroWidthSpace):
91709 (WebCore::Font::treatAsZeroWidthSpace):