OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeText
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/dom/
OptionElement.h
53
static String
normalizeText
(const Document*, const String&);
OptionElement.cpp
80
return
normalizeText
(document, text);
100
String OptionElement::
normalizeText
(const Document* document, const String& src)
/frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java
406
private static String
normalizeText
(String text) {
657
text =
normalizeText
(text);
Completed in 72 milliseconds