GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
ada-unicode Namespace Reference

Functions

 finish_range ()
 
 process_codepoint (val)
 

Variables

 range_start = None
 
 range_end = None
 
 upper_delta = None
 
 lower_delta = None
 
list all_ranges = []
 
 file
 

Function Documentation

◆ finish_range()

ada-unicode.finish_range ( )

Definition at line 45 of file ada-unicode.py.

Referenced by process_codepoint().

◆ process_codepoint()

ada-unicode.process_codepoint ( val)

Definition at line 58 of file ada-unicode.py.

References gdbcopyright.copyright(), finish_range(), and process_codepoint().

Referenced by process_codepoint().

Variable Documentation

◆ all_ranges

list ada-unicode.all_ranges = []

Definition at line 42 of file ada-unicode.py.

◆ file

ada-unicode.file

Definition at line 92 of file ada-unicode.py.

◆ lower_delta

ada-unicode.lower_delta = None

Definition at line 38 of file ada-unicode.py.

◆ range_end

ada-unicode.range_end = None

Definition at line 32 of file ada-unicode.py.

◆ range_start

ada-unicode.range_start = None

Definition at line 30 of file ada-unicode.py.

◆ upper_delta

ada-unicode.upper_delta = None

Definition at line 35 of file ada-unicode.py.