Searched refs:ExpandableStringAppend (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/ |
D | ExpandableString.c | 32 bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() function 47 return ExpandableStringAppend(s, text); in ExpandableStringAssign()
|
D | ExpandableString.h | 39 bool ExpandableStringAppend(struct ExpandableString* s, const char* text);
|
D | JNIHelp.c | 70 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/ |
D | ExpandableString_test.cpp | 32 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/ |
D | JNIHelp.h | 66 [[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()
|