HomeSort by relevance Sort by last modified time
    Searched refs:normalizeSpaces (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 100 String sanitized = Font::normalizeSpaces(String(run.characters(), run.length()));
177 String sanitized = Font::normalizeSpaces(String(run.characters(), run.length()));
192 String sanitized = Font::normalizeSpaces(String(run.characters(), run.length()));
202 String sanitized = Font::normalizeSpaces(String(run.characters(), run.length()));
  /external/webkit/WebCore/platform/graphics/
Font.cpp 268 String Font::normalizeSpaces(const String& string)
276 buffer[i] = normalizeSpaces(originalCharacter);
Font.h 187 static inline UChar normalizeSpaces(UChar character)
198 static String normalizeSpaces(const String&);
FontFastPath.cpp 138 codeUnits[0] = Font::normalizeSpaces(c);
  /external/webkit/WebCore/svg/
SVGFont.cpp 245 const String text = Font::normalizeSpaces(String(run.data(from), run.length()));
273 String lookupString = Font::normalizeSpaces(String(run.data(i), characterLookupRange));

Completed in 84 milliseconds