Home
last modified time | relevance | path

Searched refs:ExpandableStringAppend (Results 1 – 5 of 5) sorted by relevance

/libnativehelper/
DExpandableString.c32 bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() function
47 return ExpandableStringAppend(s, text); in ExpandableStringAssign()
DExpandableString.h39 bool ExpandableStringAppend(struct ExpandableString* s, const char* text);
DJNIHelp.c70 bool success = ExpandableStringAppend(dst, utfText); in AppendJString()
108 success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary()
121 ExpandableStringAppend(dst, "<error getting message>"); in GetExceptionSummary()
/libnativehelper/tests/
DExpandableString_test.cpp32 EXPECT_TRUE(ExpandableStringAppend(&s, kAhoy)); in TEST()
80 EXPECT_TRUE(ExpandableStringAppend(&expandableString, pad.c_str())); in TEST_P()
84 EXPECT_TRUE(ExpandableStringAppend(&expandableString, appendee.c_str())); in TEST_P()
/libnativehelper/include/nativehelper/
DJNIHelp.h66 [[maybe_unused]] static bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() function
81 return ExpandableStringAppend(s, text); in ExpandableStringAssign()
123 bool success = ExpandableStringAppend(dst, utfText); in AppendJString()
164 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary()
173 ExpandableStringAppend(dst, "<error getting message>"); in GetExceptionSummary()