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

  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 62 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
95 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
127 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
159 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
191 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
XmlTest.java 89 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
216 for (int i = 0; i < sourceStr.length(); i++) {
218 dout.write(sourceStr.charAt(i));
273 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
305 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
337 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
369 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
  /external/icu4c/common/
caniter.cpp 67 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
77 setSource(sourceStr, status);
  /external/v8/src/
log.cc 825 SmartPointer<char> sourcestr = local
834 *sourcestr,
    [all...]

Completed in 187 milliseconds