HomeSort by: relevance | last modified time | path
    Searched refs:is_graph (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py 366 def is_graph(code_point): function
387 return (is_graph(code_point)
474 if (is_space(code_point) and is_graph(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
521 and not (is_graph(code_point) or is_space(code_point))):
525 and (is_graph(code_point) or code_point == 0x0020)):
  /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py 366 def is_graph(code_point): function
387 return (is_graph(code_point)
474 if (is_space(code_point) and is_graph(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
521 and not (is_graph(code_point) or is_space(code_point))):
525 and (is_graph(code_point) or code_point == 0x0020)):
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 642 FUNC(is_graph, ISGRAPH)
667 { ":graph:]", is_graph },
regex.c 3272 boolean is_graph = STREQ (str, "graph");
3299 || (is_graph && ISGRAPH (ch))
  /src/external/gpl2/grep/dist/src/
dfa.c 668 FUNC(is_graph, ISGRAPH)
693 { ":graph:]", is_graph },
  /src/external/gpl2/diffutils/dist/lib/
regex.c 3344 boolean is_graph = STREQ (str, "graph");
3371 || (is_graph && ISGRAPH (ch))
  /src/external/gpl2/grep/dist/lib/
regex.c 3265 boolean is_graph = STREQ (str, "graph");
3292 || (is_graph && ISGRAPH (ch))
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))

Completed in 87 milliseconds