Searched defs:treatAsSpace (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DCharacter.h54 static bool treatAsSpace(UChar c) { return c == space || c == characterTabulation || c == newlineCharacter || c == noBreakSpace; } function in class:blink::Character
61 if (treatAsSpace(character))
H A DWidthIterator.cpp120 bool treatAsSpace = Character::treatAsSpace(charData.character); local
121 if (treatAsSpace || (expandAroundIdeographs && Character::isCJKIdeographOrSymbol(charData.character))) {
124 if (!treatAsSpace && !m_isAfterExpansion) {
153 if (treatAsSpace && (charData.character != '\t' || !m_run.allowTabs())

Completed in 388 milliseconds