MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / utf16

Method utf16

modules/gui/gui/src/backend/text_server/ustring.cpp:2408–2414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2406}
2407
2408String String::utf16(const char16_t* p_utf16, int p_len)
2409{
2410 String ret;
2411 ret.parse_utf16(p_utf16, p_len);
2412
2413 return ret;
2414}
2415
2416Error String::parse_utf16(const char16_t* p_utf16, int p_len)
2417{

Callers 10

to_utf16_bufferMethod · 0.80
_shape_substrMethod · 0.80
_shaped_text_shapeMethod · 0.80
_is_confusableMethod · 0.80
_spoof_checkMethod · 0.80
_strip_diacriticsMethod · 0.80
_string_to_upperMethod · 0.80
_string_to_lowerMethod · 0.80
_is_valid_identifierMethod · 0.80

Calls 5

parse_utf16Method · 0.80
Char16StringClass · 0.70
lengthFunction · 0.50
resizeMethod · 0.45
get_dataMethod · 0.45

Tested by

no test coverage detected