Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_txt.c312 uint32_t old_len = strlen(txt_buf); in lv_txt_ins() local
314 uint32_t new_len = ins_len + old_len; in lv_txt_ins()
337 uint32_t old_len = strlen(txt); in lv_txt_cut() local
344 for(i = pos; i <= old_len - len; i++) { in lv_txt_cut()
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c1647 GET_STR_DATA_LEN(args[1], old, old_len); in str_replace()
1651 if (old_len > str_len) { in str_replace()
1668 if (old_len == 0) { in str_replace()
1677 …ain > 0 && (old_occurrence = find_subbytes(offset_ptr, str_len_remain, old, old_len, 1)) != NULL) { in str_replace()
1678 if (old_len == 0) { in str_replace()
1691 offset_ptr = old_occurrence + old_len; in str_replace()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.c759 uint32_t old_len = strlen(ext->text); in lv_label_ins_text() local
761 uint32_t new_len = ins_len + old_len; in lv_label_ins_text()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c64862 old_len = a->length;
64864 if (idx >= old_len) {
65774 i = old_len;
65910 duk_uint32_t old_len; local
65935 old_len = a->length;
65953 if (new_len >= old_len) {
66625 duk_uint32_t old_len; local
66631 old_len = a->length;
66633 if (arr_idx >= old_len) {
67820 duk_uint32_t old_len; local
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c8137 uint32_t old_len = p->u.array.count; in set_array_length() local
8138 if (len < old_len) { in set_array_length()
8139 for (i = len; i < old_len; i++) { in set_array_length()

Completed in 384 milliseconds