HomeSort by: relevance | last modified time | path
    Searched defs:is_word_boundary (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/imgui/
imstb_textedit.h 646 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) function
655 while( c >= 0 && !is_word_boundary( str, c ) )
671 while( c < len && !is_word_boundary( str, c ) )
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_textedit.h 646 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) function
655 while( c >= 0 && !is_word_boundary( str, c ) )
671 while( c < len && !is_word_boundary( str, c ) )

Completed in 20 milliseconds