Lines Matching refs:strlen
164 text_end = text + strlen(text); // FIXME-OPT
1770 p += strlen(p) + 1;
1839 p += strlen(p) + 1;
3819 const int new_text_len = new_text_end ? (int)(new_text_end - new_text) : (int)strlen(new_text);
4049 const int buf_len = (int)strlen(buf);
4347 const int clipboard_len = (int)strlen(clipboard);
4480 IM_ASSERT(callback_data.BufTextLen == (int)strlen(callback_data.Buf)); // You need to maintain BufTextLen if you change the text!
4484 state->CurLenA = callback_data.BufTextLen; // Assume correct length and valid UTF-8 from user, saves us an extra strlen()
4557 buf_display_end = hint + strlen(hint);
4730 buf_display_end = buf_display + strlen(buf_display);
7923 tab_bar->TabsNames.append(label, label + strlen(label) + 1);