OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Jul 24 00:25:35 UTC 2026