Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/BLI_string_cursor_utf8.h
| Show All 39 Lines | |||||
| void BLI_str_cursor_step_utf8(const char *str, | void BLI_str_cursor_step_utf8(const char *str, | ||||
| size_t maxlen, | size_t maxlen, | ||||
| int *pos, | int *pos, | ||||
| eStrCursorJumpDirection direction, | eStrCursorJumpDirection direction, | ||||
| eStrCursorJumpType jump, | eStrCursorJumpType jump, | ||||
| bool use_init_step); | bool use_init_step); | ||||
| void BLI_str_cursor_step_wchar(const wchar_t *str, | void BLI_str_cursor_step_unicode(const uint *str, | ||||
| size_t maxlen, | size_t maxlen, | ||||
| int *pos, | int *pos, | ||||
| eStrCursorJumpDirection direction, | eStrCursorJumpDirection direction, | ||||
| eStrCursorJumpType jump, | eStrCursorJumpType jump, | ||||
| bool use_init_step); | bool use_init_step); | ||||
| #endif /* __BLI_STRING_CURSOR_UTF8_H__ */ | #endif /* __BLI_STRING_CURSOR_UTF8_H__ */ | ||||