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/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.cpp
304
normalized.append(Font::
normalizeSpaces
(characters[i]));
309
String Font::
normalizeSpaces
(const LChar* characters, unsigned length)
314
String Font::
normalizeSpaces
(const UChar* characters, unsigned length)
Font.h
221
static inline UChar
normalizeSpaces
(UChar character)
232
static String
normalizeSpaces
(const LChar*, unsigned length);
233
static String
normalizeSpaces
(const UChar*, unsigned length);
Completed in 822 milliseconds