Home
last modified time | relevance | path

Searched refs:UTF8_strlen (Results 1 – 5 of 5) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_textentry.cpp152 EXTRADATA(node).cursorPosition = UTF8_strlen(editedCvar->string); in onFocusGained()
209 if (EXTRADATA(node).cursorPosition < UTF8_strlen(editedCvar->string)){ in UI_TextEntryNodeEdit()
258 if (EXTRADATA(node).cursorPosition < UTF8_strlen(editedCvar->string)) in onKeyPressed()
267 EXTRADATA(node).cursorPosition = UTF8_strlen(editedCvar->string); in onKeyPressed()
315 size_t size = UTF8_strlen(text); in draw()
/dports/games/ufoai/ufoai-2.5-source/src/shared/
H A Dutf8.h42 size_t UTF8_strlen(const char* str);
H A Dutf8.cpp207 size_t UTF8_strlen (const char* str) in UTF8_strlen() function
/dports/converters/chmview/src/
H A Dutf8.c160 int UTF8_strlen(char *utf8s)
/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_generic.cpp421 CU_ASSERT_EQUAL(cnt, UTF8_strlen(src)); in testStringCopiers()