OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandAroundIdeographs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp
628
static bool
expandAroundIdeographs
= canExpandAroundIdeographsInComplexText();
642
if (
expandAroundIdeographs
&& isCJKIdeographOrSymbol(character)) {
663
if (
expandAroundIdeographs
&& isCJKIdeographOrSymbol(character)) {
WidthIterator.cpp
208
static bool
expandAroundIdeographs
= Font::canExpandAroundIdeographsInComplexText();
210
if (treatAsSpace || (
expandAroundIdeographs
&& Font::isCJKIdeographOrSymbol(character))) {
Completed in 519 milliseconds