HomeSort by relevance Sort by last modified time
    Searched defs:Appendable (Results 1 - 16 of 16) 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 {
55 ~Appendable();
101 * on this Appendable.
117 * If the Appendable allocates or reallocates an internal buffer, it should use
150 * An Appendable implementation which writes to a UnicodeString.
155 class U_COMMON_API UnicodeStringAppendable : public Appendable {
159 * @param s The UnicodeString to which this Appendable will write
    [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;
  /external/icu4c/common/
appendable.cpp 6 * file name: appendable.cpp
16 #include "unicode/appendable.h"
21 Appendable::~Appendable() {}
24 Appendable::appendCodePoint(UChar32 c) {
33 Appendable::appendString(const UChar *s, int32_t length) {
53 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) {
58 Appendable::getAppendBuffer(int32_t minCapacity,
70 UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION(Appendable)
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Appendable.java 24 public interface Appendable {
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /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 
  /prebuilts/sdk/current/
android.jar 

Completed in 171 milliseconds