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

  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/
LogView.java 96 * @param sourceStr The String to append to.
102 private String appendIfNotNull(String sourceStr, String appendStr, String delimiter) {
107 sourceStr += delimiter + appendStr;
109 return sourceStr;
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 57 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
76 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
108 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
140 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
172 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
XmlTest.java 84 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
189 for (int i = 0; i < sourceStr.length(); i++) {
191 dout.write(sourceStr.charAt(i));
239 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
271 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
303 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
335 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
  /external/icu4c/common/
caniter.cpp 68 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
78 setSource(sourceStr, status);
  /external/v8/src/
log.cc 1006 SmartArrayPointer<char> sourcestr = local
1015 *sourcestr,
    [all...]

Completed in 1764 milliseconds