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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h646 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) function in typeref:typename:int
655 while( c >= 0 && !is_word_boundary( str, c ) )
671 while( c < len && !is_word_boundary( str, c ) )
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_textedit.h646 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) function in typeref:typename:int
655 while( c >= 0 && !is_word_boundary( str, c ) )
671 while( c < len && !is_word_boundary( str, c ) )

Completed in 5 milliseconds