Searched refs:txt_buf (Results 1 – 2 of 2) sorted by relevance
413 void _lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt) in _lv_txt_ins() argument415 if(txt_buf == NULL || ins_txt == NULL) return; in _lv_txt_ins()417 size_t old_len = strlen(txt_buf); in _lv_txt_ins()422 …pos = _lv_txt_encoded_get_byte_id(txt_buf, pos); /*Convert to byte index instead of l… in _lv_txt_ins()427 txt_buf[i] = txt_buf[i - ins_len]; in _lv_txt_ins()431 lv_memcpy_small(txt_buf + pos, ins_txt, ins_len); in _lv_txt_ins()
131 void _lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt);