normalizeSpaces   153 Source/core/svg/SVGFontData.cpp         remainingTextInRun = Character::normalizeSpaces(remainingTextInRun.characters8(), remainingTextInRun.length());
normalizeSpaces   156 Source/core/svg/SVGFontData.cpp         remainingTextInRun = Character::normalizeSpaces(remainingTextInRun.characters16(), remainingTextInRun.length());
normalizeSpaces   371 Source/platform/fonts/Character.cpp         normalized.append(Character::normalizeSpaces(characters[i]));
normalizeSpaces    59 Source/platform/fonts/Character.h     static inline UChar normalizeSpaces(UChar character)
normalizeSpaces    70 Source/platform/fonts/Character.h     static String normalizeSpaces(const LChar*, unsigned length);
normalizeSpaces    71 Source/platform/fonts/Character.h     static String normalizeSpaces(const UChar*, unsigned length);
normalizeSpaces   491 Source/platform/fonts/Font.cpp         characterToRender = Character::normalizeSpaces(characterToRender);