Searched defs:prettify (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dtscoll.cpp308 IntlTest::prettify(source, prettySource);
309 IntlTest::prettify(target, prettyTarget);
333 prettify(sourceKey, prettySource);
334 prettify(targetKey, prettyTarget);
379 UnicodeString &IntlTestCollator::prettify(const CollationKey &source, UnicodeString &target) function in class:IntlTestCollator
H A Dintltest.cpp267 IntlTest::prettify(const UnicodeString &source, function in class:IntlTest
303 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) function in class:IntlTest
1664 prettify(actual) +
1665 "; expected " + prettify(expected));
1668 prettify(actual) +
1669 "; expected " + prettify(expected));
1675 logln((UnicodeString)"Ok: " + message + "; got " + prettify(actual));
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py733 def prettify(self, encoding=DEFAULT_OUTPUT_ENCODING): member in class:Tag
2000 print soup.prettify()

Completed in 314 milliseconds