Searched refs:len2 (Results 1 – 4 of 4) sorted by relevance
714 size_t len2 = lv_strlen(str2); in is_end_with() local715 if((len1 < len2) || (len1 == 0 || len2 == 0)) in is_end_with()718 while(len2 >= 1) { in is_end_with()719 if(str2[len2 - 1] != str1[len1 - 1]) in is_end_with()722 len2--; in is_end_with()
1080 int len2);1083 int len2);5042 float len2 = bx * bx + by * by; local5043 if(len2 != 0.0f)5202 stbtt_uint32 s2offs, stbtt_int32 len2) argument5205 stbtt_uint32 s2offs, stbtt_int32 len2)5211 while(len2) {5232 len2 -= 2;5244 len2 -= 2;5250 int len2) argument[all …]
1349 auto len2 = strlen(font->name); in _attachFont() local1350 if (len == len2 && !strcmp(font->name, doc.name)) { in _attachFont()
2471 const SizeType len2 = rhs.GetStringLength();2472 if(len1 != len2) { return false; }