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

  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 110 String sanitized = Font::normalizeSpaces(run.characters(), run.length());
284 String sanitized = Font::normalizeSpaces(run.characters(), run.length());
307 String sanitized = Font::normalizeSpaces(run.characters(), run.length());
320 String sanitized = Font::normalizeSpaces(run.characters(), run.length());
343 String sanitized = Font::normalizeSpaces(run.characters(), run.length());
353 String sanitized = Font::normalizeSpaces(run.characters(), run.length());
365 String sanitized = Font::normalizeSpaces(run.characters(), run.length());
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 216 static inline UChar normalizeSpaces(UChar character)
227 static String normalizeSpaces(const UChar*, unsigned length);
Font.cpp 239 String Font::normalizeSpaces(const UChar* characters, unsigned length)
245 buffer[i] = normalizeSpaces(characters[i]);
FontFastPath.cpp 195 codeUnits[0] = Font::normalizeSpaces(c);
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 247 const String text = Font::normalizeSpaces(run.data(from), to - from);
277 String lookupString = Font::normalizeSpaces(run.data(i), characterLookupRange);

Completed in 251 milliseconds