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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
CharacterNames.h 88 const UChar zeroWidthNoBreakSpace = 0xFEFF;
142 using WTF::Unicode::zeroWidthNoBreakSpace;
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 224 } else if (start == (zeroWidthNoBreakSpace & ~(GlyphPage::size - 1))) {
226 buffer[zeroWidthNoBreakSpace - start] = zeroWidthSpace;
Font.h 213 static bool treatAsZeroWidthSpaceInComplexScript(UChar c) { return c < 0x20 || (c >= 0x7F && c < 0xA0) || c == softHyphen || (c >= 0x200e && c <= 0x200f) || (c >= 0x202a && c <= 0x202e) || c == zeroWidthNoBreakSpace || c == objectReplacementCharacter; }

Completed in 124 milliseconds