Searched refs:char_count (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | MultiSrc.c | 1128 int char_count = (int)src->multi_src.length; local in function:StorePiecesInString 1132 /* I believe the char_count + 1 and the NULL termination are unneeded! FS */ 1133 wc_string = (wchar_t*)XtMalloc((Cardinal)((size_t)(char_count + 1) * sizeof(wchar_t))); 1139 wc_string[char_count] = 0; 1149 wc_string, &char_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 1654 int char_count = 0; local in function:ImTextCountCharsFromUtf8 1662 char_count++; 1664 return char_count; 8819 const int char_count = (int)(line_end - line_start); local in function:ImGui::LogRenderedText 8821 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, line_start); 8823 LogText(" %.*s", char_count, line_start);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 1654 int char_count = 0; local in function:ImTextCountCharsFromUtf8 1662 char_count++; 1664 return char_count; 8819 const int char_count = (int)(line_end - line_start); local in function:ImGui::LogRenderedText 8821 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, line_start); 8823 LogText(" %.*s", char_count, line_start);
|
Completed in 34 milliseconds