Searched defs:Appendable (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dappendable.h20 * \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 { class in inherits:UObject
55 ~Appendable();
101 * on this Appendable.
117 * If the Appendable allocates or reallocates an internal buffer, it should use
146 * An Appendable implementation which writes to a UnicodeString.
151 class U_COMMON_API UnicodeStringAppendable : public Appendable {
155 * @param s The UnicodeString to which this Appendable will write.
208 * For details see Appendable
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dappendable.h20 * \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 { class in inherits:UObject
55 ~Appendable();
101 * on this Appendable.
117 * If the Appendable allocates or reallocates an internal buffer, it should use
146 * An Appendable implementation which writes to a UnicodeString.
151 class U_COMMON_API UnicodeStringAppendable : public Appendable {
155 * @param s The UnicodeString to which this Appendable will write.
208 * For details see Appendable
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dappendable.cpp21 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,
/external/icu/icu4c/source/common/
H A Dappendable.cpp21 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,
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 156 milliseconds