Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A 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()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_textedit.h648 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) in is_word_boundary() function
657 while( c >= 0 && !is_word_boundary( str, c ) ) in stb_textedit_move_to_word_previous()
673 while( c < len && !is_word_boundary( str, c ) ) in stb_textedit_move_to_word_next()

Completed in 5 milliseconds