HomeSort by relevance Sort by last modified time
    Searched full:stringbuffer (Results 26 - 50 of 1740) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java 30 StringBuffer buffer = new StringBuffer();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PEMUtil.java 30 StringBuffer l = new StringBuffer();
59 StringBuffer pemBuf = new StringBuffer();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PEMUtil.java 32 StringBuffer l = new StringBuffer();
61 StringBuffer pemBuf = new StringBuffer();
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestIncompatibleException.java 52 StringBuffer buf = new StringBuffer(
63 StringBuffer buf = new StringBuffer(
  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringWriter.java 24 private StringBuffer buf;
27 * Constructs a new StringWriter which has a StringBuffer allocated with the
28 * default size of 16 characters. The StringBuffer is also the
33 buf = new StringBuffer(16);
38 * Constructs a new StringWriter which has a StringBuffer allocated with the
39 * size of <code>initialSize</code> characters. The StringBuffer is also
44 buf = new StringBuffer(initialSize);
70 * Answer the contents of this StringWriter as a StringBuffer. Any changes
71 * made to the StringBuffer by the receiver or the caller are reflected in
74 * @return this StringWriters local StringBuffer
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_StringWriter.java 24 private StringBuffer buf;
27 * Constructs a new StringWriter which has a StringBuffer allocated with the
28 * default size of 16 characters. The StringBuffer is also the
33 buf = new StringBuffer(16);
38 * Constructs a new StringWriter which has a StringBuffer allocated with the
39 * size of <code>initialSize</code> characters. The StringBuffer is also
44 buf = new StringBuffer(initialSize);
72 * Answer the contents of this StringWriter as a StringBuffer. Any changes
73 * made to the StringBuffer by the receiver or the caller are reflected in
76 * @return this StringWriters local StringBuffer
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
HexDump.java 73 StringBuffer buffer = new StringBuffer(74);
121 * Dump a long value into a StringBuffer.
123 * @param _lbuffer the StringBuffer to dump the value in
125 * @return StringBuffer containing the dumped value.
127 private static StringBuffer dump(StringBuffer _lbuffer, long value) {
136 * Dump a byte value into a StringBuffer.
138 * @param _cbuffer the StringBuffer to dump the value in
140 * @return StringBuffer containing the dumped value
    [all...]
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
AudioMode.java 37 StringBuffer buffer = new StringBuffer();
54 private static void listAppend(StringBuffer buffer, String str) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeader.java 98 StringBuffer buffer = new StringBuffer(encodedHdr);
118 return encode(new StringBuffer()).toString();
121 public StringBuffer encode(StringBuffer buffer) {
136 protected StringBuffer encodeBody(StringBuffer buffer) {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeIterator.java 45 StringBuffer buf = toString(it);
56 StringBuffer buf = toString(it);
67 StringBuffer buf = toString(it);
78 StringBuffer buf = toString(it);
89 StringBuffer buf = toString(it);
100 StringBuffer buf = toString(it);
111 StringBuffer buf = toString(it);
123 protected static StringBuffer toString(TreeIterator it) {
124 StringBuffer buf = new StringBuffer();
    [all...]
  /external/proguard/src/proguard/gui/
FilterBuilder.java 53 StringBuffer positive = new StringBuffer();
54 StringBuffer negative = new StringBuffer();
73 StringBuffer positive,
74 StringBuffer negative)
136 StringBuffer positiveFilter = new StringBuffer();
137 StringBuffer negativeFilter = new StringBuffer();
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 31 StringBuffer filebuffer = new StringBuffer();
55 StringBuffer contentType = new StringBuffer("multipart/form-data");
60 StringBuffer output = new StringBuffer();
  /libcore/luni/src/test/java/libcore/java/text/
NumberFormatTest.java 28 // NumberFormat.format(Object, StringBuffer, FieldPosition) guarantees it calls doubleValue for
44 // NumberFormat.format(Object, StringBuffer, FieldPosition) guarantees it calls longValue for
48 public StringBuffer format(double value, StringBuffer b, FieldPosition f) {
52 public StringBuffer format(long value, StringBuffer b, FieldPosition f) {
  /external/junit/src/org/junit/runner/notification/
Failure.java 55 StringBuffer buffer= new StringBuffer();
68 StringBuffer buffer= stringWriter.getBuffer();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 189 StringBuffer buf = new StringBuffer(50);
211 StringBuffer buf = new StringBuffer(50);
221 StringBuffer buf = new StringBuffer(50);
231 StringBuffer buf = new StringBuffer(50);
238 protected void serializeNode(StringBuffer buf, Object t) {
274 StringBuffer buf = new StringBuffer(50)
    [all...]
  /external/hamcrest/library/src/org/hamcrest/text/
SubstringMatcher.java 9 // String, StringBuffer, StringBuilder, CharBuffer, etc (joe).
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
UTFDataFormatExceptionTest.java 34 StringBuffer sb = new StringBuffer(stringBufferSize);
56 StringBuffer sb = new StringBuffer(stringBufferSize);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
Process2Test.java 53 StringBuffer msg = new StringBuffer("");
72 StringBuffer msg = new StringBuffer("");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
X500NameTokenizer.java 14 private StringBuffer buf = new StringBuffer();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java 52 StringBuffer buf = new StringBuffer();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CollectionStoreParameters.java 64 StringBuffer sb = new StringBuffer();
  /external/chromium_org/third_party/WebKit/Source/platform/text/
StringTruncator.cpp 120 UChar stringBuffer[STRING_BUFFER_SIZE];
127 truncatedLength = centerTruncateToBuffer(string, length, keepCount, stringBuffer);
130 string.copyTo(stringBuffer, 0, length);
134 float width = stringWidth(font, stringBuffer, truncatedLength, disableRoundingHacks);
168 truncatedLength = truncateToBuffer(string, length, keepCount, stringBuffer);
170 width = stringWidth(font, stringBuffer, truncatedLength, disableRoundingHacks);
185 truncatedLength = truncateToBuffer(string, length, keepCount, stringBuffer);
188 return String(stringBuffer, truncatedLength);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-stylebook.jar 
  /external/javassist/src/main/javassist/compiler/ast/
Pair.java 35 StringBuffer sbuf = new StringBuffer();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Node.java 45 StringBuffer s = new StringBuffer();

Completed in 647 milliseconds

12 3 4 5 6 7 8 91011>>