OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
194
} else if (start == (
zeroWidthNoBreakSpace
& ~(GlyphPage::size - 1))) {
196
buffer[
zeroWidthNoBreakSpace
- start] = zeroWidthSpace;
Font.h
207
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 36 milliseconds