Searched refs:out_char (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp1575 int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end) argument
1582 *out_char = c;
1587 *out_char = 0xFFFD; // will be invalid but not end of string
1593 *out_char = c;
1598 *out_char = 0xFFFD; // will be invalid but not end of string
1607 *out_char = c;
1612 *out_char = 0xFFFD; // will be invalid but not end of string
1626 *out_char = c;
1629 *out_char = 0;
H A Dimgui_internal.h144 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
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp1575 int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end) argument
1582 *out_char = c;
1587 *out_char = 0xFFFD; // will be invalid but not end of string
1593 *out_char = c;
1598 *out_char = 0xFFFD; // will be invalid but not end of string
1607 *out_char = c;
1612 *out_char = 0xFFFD; // will be invalid but not end of string
1626 *out_char = c;
1629 *out_char = 0;
H A Dimgui_internal.h144 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

Completed in 42 milliseconds