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_cntrl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py
337
def
is_cntrl
(code_point):
function
456
if (is_alpha(code_point) and
is_cntrl
(code_point)):
483
if (
is_cntrl
(code_point) and is_digit(code_point)):
486
if (
is_cntrl
(code_point) and is_punct(code_point)):
489
if (
is_cntrl
(code_point) and is_graph(code_point)):
492
if (
is_cntrl
(code_point) and is_print(code_point)):
495
if (
is_cntrl
(code_point) and is_xdigit(code_point)):
/src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py
337
def
is_cntrl
(code_point):
function
456
if (is_alpha(code_point) and
is_cntrl
(code_point)):
483
if (
is_cntrl
(code_point) and is_digit(code_point)):
486
if (
is_cntrl
(code_point) and is_punct(code_point)):
489
if (
is_cntrl
(code_point) and is_graph(code_point)):
492
if (
is_cntrl
(code_point) and is_print(code_point)):
495
if (
is_cntrl
(code_point) and is_xdigit(code_point)):
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026