HomeSort by relevance Sort by last modified time
    Searched defs:Appendable (Results 1 - 14 of 14) sorted by null

  /external/icu4c/common/unicode/
appendable.h 6 * file name: appendable.h
20 * \brief C++ API: Appendable class: Sink for Unicode code points and 16-bit code units (UChars).
32 * Combines elements of Java Appendable and ICU4C ByteSink.
49 class U_COMMON_API Appendable : public UObject {
95 * on this Appendable.
111 * If the Appendable allocates or reallocates an internal buffer, it should use
144 * An Appendable implementation which writes to a UnicodeString.
149 class U_COMMON_API UnicodeStringAppendable : public Appendable {
153 * @param s The UnicodeString to which this Appendable will write.
200 * For details see Appendable::getAppendBuffer()
    [all...]
urename.h     [all...]
  /libcore/luni/src/main/java/java/lang/
Appendable.java 28 * {@code Appendable} itself does not guarantee thread safety. This
35 public interface Appendable {
42 * @return this {@code Appendable}.
46 Appendable append(char c) throws IOException;
57 * @return this {@code Appendable}.
61 Appendable append(CharSequence csq) throws IOException;
79 * @return this {@code Appendable}.
86 Appendable append(CharSequence csq, int start, int end) throws IOException;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Appendable.java 24 public interface Appendable {
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 957 milliseconds