Searched refs:expandAroundIdeographs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DCharacter.cpp291 static bool expandAroundIdeographs = FontPlatformFeatures::canExpandAroundIdeographsInComplexText(); local
305 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) {
326 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) {
H A DWidthIterator.cpp119 static bool expandAroundIdeographs = FontPlatformFeatures::canExpandAroundIdeographsInComplexText(); local
121 if (treatAsSpace || (expandAroundIdeographs && Character::isCJKIdeographOrSymbol(charData.character))) {

Completed in 291 milliseconds