HomeSort by relevance Sort by last modified time
    Searched full:childtext (Results 1 - 3 of 3) sorted by null

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 92 String childText = "BEGIN:CHILD\n" +
99 childText +
103 component = ICalendar.parseComponent(component, childText);
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp     [all...]
  /external/tinyxml/
tinyxml.cpp 886 const TiXmlText* childText = child->ToText();
887 if ( childText ) {
888 return childText->Value();
    [all...]

Completed in 19 milliseconds