Home
last modified time | relevance | path

Searched defs:text (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/
DExpandableString.c32 bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend()
45 bool ExpandableStringAssign(struct ExpandableString* s, const char* text) { in ExpandableStringAssign()
DJNIHelp.c65 static bool AppendJString(JNIEnv* env, jstring text, struct ExpandableString* dst) { in AppendJString()
/libnativehelper/include/nativehelper/
DJNIHelp.h66 [[maybe_unused]] static bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend()
79 [[maybe_unused]] static bool ExpandableStringAssign(struct ExpandableString* s, const char* text) { in ExpandableStringAssign()
117 [[maybe_unused]] static bool AppendJString(JNIEnv* env, jstring text, in AppendJString()