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

  /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&);

Completed in 123 milliseconds