OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
210
static inline UChar
normalizeSpaces
(UChar character)
221
static String
normalizeSpaces
(const UChar*, unsigned length);
Completed in 18 milliseconds