Home
last modified time | relevance | path

Searched refs:utf16buff (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_UString.cpp941 code_point utf16buff[3]; // temporary UTF-16 buffer in assign() local
942 utf16buff[2] = 0; in assign()
955 utf16len = _utf32_to_utf16( uc, utf16buff ); // UTF-32 -> UTF-16 conversion in assign()
956 append( utf16buff, utf16len ); // append the characters to the string in assign()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_UString.cpp941 code_point utf16buff[3]; // temporary UTF-16 buffer in assign() local
942 utf16buff[2] = 0; in assign()
955 utf16len = _utf32_to_utf16( uc, utf16buff ); // UTF-32 -> UTF-16 conversion in assign()
956 append( utf16buff, utf16len ); // append the characters to the string in assign()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_UString.cpp941 code_point utf16buff[3]; // temporary UTF-16 buffer in assign() local
942 utf16buff[2] = 0; in assign()
955 utf16len = _utf32_to_utf16( uc, utf16buff ); // UTF-32 -> UTF-16 conversion in assign()
956 append( utf16buff, utf16len ); // append the characters to the string in assign()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_UString.cpp941 code_point utf16buff[3]; // temporary UTF-16 buffer in assign() local
942 utf16buff[2] = 0; in assign()
955 utf16len = _utf32_to_utf16( uc, utf16buff ); // UTF-32 -> UTF-16 conversion in assign()
956 append( utf16buff, utf16len ); // append the characters to the string in assign()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreUTFString.cpp973 code_point utf16buff[3]; // temporary UTF-16 buffer in assign() local
974 utf16buff[2] = 0; in assign()
987 utf16len = _utf32_to_utf16( uc, utf16buff ); // UTF-32 -> UTF-16 conversion in assign()
988 append( utf16buff, utf16len ); // append the characters to the string in assign()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreUTFString.cpp965 code_point utf16buff[3]; // temporary UTF-16 buffer in assign() local
966 utf16buff[2] = 0; in assign()
979 utf16len = _utf32_to_utf16( uc, utf16buff ); // UTF-32 -> UTF-16 conversion in assign()
980 append( utf16buff, utf16len ); // append the characters to the string in assign()