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

  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 239 String Font::normalizeSpaces(const UChar* characters, unsigned length)
245 buffer[i] = normalizeSpaces(characters[i]);
Font.h 216 static inline UChar normalizeSpaces(UChar character)
227 static String normalizeSpaces(const UChar*, unsigned length);

Completed in 38 milliseconds