OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:treatAsZeroWidthSpace
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
Font.h
206
static bool
treatAsZeroWidthSpace
(UChar c) { return treatAsZeroWidthSpaceInComplexScript(c) || c == 0x200c || c == 0x200d; }
215
if (
treatAsZeroWidthSpace
(character))
/external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp
275
bool
treatAsZeroWidthSpace
= ch == zeroWidthSpace || Font::
treatAsZeroWidthSpace
(ch);
276
if (treatAsSpace ||
treatAsZeroWidthSpace
) {
Completed in 35 milliseconds