Searched refs:is_word_boundary (Results 1 – 1 of 1) sorted by relevance
646 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) in is_word_boundary() function655 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()