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_punct
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/groff/dist/src/preproc/refer/
token.h
49
int
is_punct
() const;
74
inline int token_info::
is_punct
() const
function in class:token_info
/src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py
379
def
is_punct
(code_point):
function
462
if (is_alpha(code_point) and
is_punct
(code_point)):
486
if (is_cntrl(code_point) and
is_punct
(code_point)):
501
if (
is_punct
(code_point) and is_digit(code_point)):
504
if (
is_punct
(code_point) and is_xdigit(code_point)):
507
if (
is_punct
(code_point) and code_point == 0x0020):
/src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py
379
def
is_punct
(code_point):
function
462
if (is_alpha(code_point) and
is_punct
(code_point)):
486
if (is_cntrl(code_point) and
is_punct
(code_point)):
501
if (
is_punct
(code_point) and is_digit(code_point)):
504
if (
is_punct
(code_point) and is_xdigit(code_point)):
507
if (
is_punct
(code_point) and code_point == 0x0020):
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026