Searched refs:ImTextCharFromUtf8 (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2360 int c_len = ImTextCharFromUtf8(&c, text, text_end); 2576 next_s = s + ImTextCharFromUtf8(&c, s, text_end); 2695 s += ImTextCharFromUtf8(&c, s, text_end); 2840 s += ImTextCharFromUtf8(&c, s, text_end);
|
| H A D | imgui_internal.h | 144 IMGUI_API int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end); // read one character. return input UTF-8 bytes count
|
| H A D | imgui.cpp | 1217 utf8_chars += ImTextCharFromUtf8(&c, utf8_chars, NULL); 1575 int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end) function in typeref:typename:int 1640 in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); 1658 in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); 1709 return ImTextCharFromUtf8(&dummy, in_text, in_text_end);
|
| H A D | imgui_widgets.cpp | 3448 s += ImTextCharFromUtf8(&c, s, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2360 int c_len = ImTextCharFromUtf8(&c, text, text_end); 2576 next_s = s + ImTextCharFromUtf8(&c, s, text_end); 2695 s += ImTextCharFromUtf8(&c, s, text_end); 2840 s += ImTextCharFromUtf8(&c, s, text_end);
|
| H A D | imgui_internal.h | 144 IMGUI_API int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end); // read one character. return input UTF-8 bytes count
|
| H A D | imgui.cpp | 1217 utf8_chars += ImTextCharFromUtf8(&c, utf8_chars, NULL); 1575 int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end) function in typeref:typename:int 1640 in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); 1658 in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); 1709 return ImTextCharFromUtf8(&dummy, in_text, in_text_end);
|
| H A D | imgui_widgets.cpp | 3448 s += ImTextCharFromUtf8(&c, s, NULL);
|
Completed in 103 milliseconds