OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_WIDE_WORD_CHAR
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
523
#define
IS_WIDE_WORD_CHAR
(ch) (iswalnum (ch) || (ch) == L'_')
regex_internal.c
772
&&
IS_WIDE_WORD_CHAR
(wc))
952
if (BE (input->word_ops_used != 0, 0) &&
IS_WIDE_WORD_CHAR
(wc))
[
all
...]
regcomp.c
[
all
...]
Completed in 35 milliseconds