Searched refs:StringAppendChar (Results 1 – 3 of 3) sorted by relevance
54 HcBool StringAppendChar(HcString *self, char c);
70 HcBool StringAppendChar(HcString *self, char c) in StringAppendChar() function
292 ret = StringAppendChar(nullptr, TEST_CHAR);294 ret = StringAppendChar(&selfStr, TEST_CHAR);