Home
last modified time | relevance | path

Searched defs:treatAsZeroWidthSpace (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFont.h212 …static bool treatAsZeroWidthSpace(UChar c) { return treatAsZeroWidthSpaceInComplexScript(c) || c =… in treatAsZeroWidthSpace() function
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp275 bool treatAsZeroWidthSpace = ch == zeroWidthSpace || Font::treatAsZeroWidthSpace(ch); in shapeAndPlaceItem() local