Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_textedit.h646 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) in is_word_boundary() function
655 while( c >= 0 && !is_word_boundary( str, c ) ) in stb_textedit_move_to_word_previous()
671 while( c < len && !is_word_boundary( str, c ) ) in stb_textedit_move_to_word_next()