HomeSort by relevance Sort by last modified time
    Searched full:sourcestr (Results 1 - 5 of 5) 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/chromium/third_party/icu/source/common/
caniter.cpp 66 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
74 setSource(sourceStr, status);
  /external/icu4c/common/
caniter.cpp 67 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
76 setSource(sourceStr, status);
  /external/v8/src/
log.cc 782 SmartPointer<char> sourcestr = local
787 code->ExecutableSize(), *str, *sourcestr, line);
    [all...]

Completed in 421 milliseconds