HomeSort by relevance Sort by last modified time
    Searched refs:treatAsZeroWidthSpace (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Font.h 212 static bool treatAsZeroWidthSpace(UChar c) { return treatAsZeroWidthSpaceInComplexScript(c) || c == 0x200c || c == 0x200d; }
221 if (treatAsZeroWidthSpace(character))
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 275 bool treatAsZeroWidthSpace = ch == zeroWidthSpace || Font::treatAsZeroWidthSpace(ch);
276 if (treatAsSpace || treatAsZeroWidthSpace) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 337 else if (Font::treatAsZeroWidthSpace(character))
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 460 } else if (ch == zeroWidthSpace || (Font::treatAsZeroWidthSpace(ch) && !treatAsSpace)) {

Completed in 2175 milliseconds