OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:treatAsZeroWidthSpace
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h
217
static bool
treatAsZeroWidthSpace
(UChar c) { return treatAsZeroWidthSpaceInComplexScript(c) || c == 0x200c || c == 0x200d; }
226
if (
treatAsZeroWidthSpace
(character))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp
381
else if (Font::
treatAsZeroWidthSpace
(character))
586
if (Font::
treatAsZeroWidthSpace
(character))
741
if (isClusterEnd && !Font::
treatAsZeroWidthSpace
(m_normalizedBuffer[currentCharacterIndex]))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.cpp
576
if (m_scriptTags[i] == SCRIPT_TAG_UNKNOWN && !Font::treatAsSpace(ch) && !Font::
treatAsZeroWidthSpace
(ch)) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
619
else if (Font::
treatAsZeroWidthSpace
(ch) && !treatAsSpace) {
Completed in 54 milliseconds