Home | History | Annotate | Download | only in rendering

Lines Matching refs:noBreakSpace

100     stringWithPrevious[0] = previous == noBreakSpace ? ' ' : previous;
103 if (characters[i - 1] == noBreakSpace)
119 data[startOfWord - 1] = characters[startOfWord - 1] == noBreakSpace ? noBreakSpace : toTitleCase(stringWithPrevious[startOfWord]);
745 return c == ' ' || (c == noBreakSpace && style->nbspMode() == SPACE);