A | |
age [Uucp.Age] | |
B | |
block [Uucp.Block] | |
blocks [Uucp.Block] | blocks is the list of blocks sorted by increasing range order.
|
C | |
compare [Uucp.Script] | compare s s' is Pervasives.compare s s' .
|
compare [Uucp.Gc] | compare c c' is Pervasives.compare s s' .
|
compare [Uucp.Block] | compare b b' is Pervasives.compare b b' .
|
compare [Uucp.Age] | compare a a' is Pervasives.compare a a'
|
compare [Uucp.Uchar] | compare u u' is Pervasives.compare u u' .
|
E | |
equal [Uucp.Uchar] | equal u u' is u = u') .
|
F | |
fold [Uucp.Case.Nfkc_fold] | |
fold [Uucp.Case.Fold] | |
fold [Uucp.Uchar] | fold f acc is
(f (…(f (f (…(f (f acc 0x0000) 0x0001…) 0xD7FF) 0xE000)…) 0x10FFFF)
|
G | |
general_category [Uucp.Gc] | |
I | |
is_alphabetic [Uucp.Alpha] | |
is_ascii_hex_digit [Uucp.Num] | |
is_case_ignorable [Uucp.Case] | |
is_cased [Uucp.Case] | |
is_dash [Uucp.Func] | |
is_default_ignorable [Uucp.Gen] | |
is_deprecated [Uucp.Gen] | |
is_diacritic [Uucp.Func] | |
is_extender [Uucp.Func] | |
is_grapheme_base [Uucp.Func] | |
is_grapheme_extend [Uucp.Func] | |
is_hex_digit [Uucp.Num] | |
is_id_continue [Uucp.Id] | |
is_id_start [Uucp.Id] | |
is_ideographic [Uucp.Cjk] | |
is_ids_bin_op [Uucp.Cjk] | |
is_ids_tri_op [Uucp.Cjk] | |
is_logical_order_exception [Uucp.Gen] | |
is_lower [Uucp.Case] | |
is_math [Uucp.Func] | |
is_non_character [Uucp.Gen] | |
is_pattern_syntax [Uucp.Id] | |
is_pattern_white_space [Uucp.Id] | |
is_quotation_mark [Uucp.Func] | |
is_radical [Uucp.Cjk] | |
is_soft_dotted [Uucp.Func] | |
is_terminal_punctuation [Uucp.Func] | |
is_uchar [Uucp.Uchar] | |
is_unified_ideograph [Uucp.Cjk] | |
is_upper [Uucp.Case] | |
is_variation_selector [Uucp.Gen] | |
is_white_space [Uucp.White] | |
is_xid_continue [Uucp.Id] | |
is_xid_start [Uucp.Id] | |
iter [Uucp.Uchar] | iter f is f 0x0000; f0x0001; …; f 0xD7FF; f 0xE000; …; f 0x10FFFF
|
M | |
max [Uucp.Uchar] | max is U+10FFFF.
|
min [Uucp.Uchar] | min is U+0000.
|
N | |
name [Uucp.Name] | |
name_alias [Uucp.Name] | |
numeric_type [Uucp.Num] | |
numeric_value [Uucp.Num] | |
O | |
of_int [Uucp.Uchar] | of_int i is i as an uchar.
|
P | |
pp [Uucp.Script] | pp ppf s prints an unspecified representation of s on ppf .
|
pp [Uucp.Gc] | pp ppf c prints an unspecified representation of c on ppf .
|
pp [Uucp.Block] | pp ppf b prints an unspecified representation of b on ppf .
|
pp [Uucp.Age] | pp ppf a prints an unspecified representation of a on ppf .
|
pp [Uucp.Uchar] | pp ppf u prints u on ppf using only US-ASCII encoded
characters according to the Unicode notational convention.
|
pp_alias_tag [Uucp.Name] | pp_alias_tag t prints an unspecified representaitno of t
on ppf .
|
pp_numeric_type [Uucp.Num] | pp_numeric_type ppf n prints an unspecified representation of
n on ppf .
|
pp_numeric_value [Uucp.Num] | pp_numeric_value ppf n prints an unspecified representation of
n on ppf .
|
pred [Uucp.Uchar] | pred u is the scalar value before u in the set of Unicode scalar
values.
|
S | |
script [Uucp.Script] | |
script_extensions [Uucp.Script] | |
succ [Uucp.Uchar] | succ u is the scalar value after u in the set of Unicode scalar
values.
|
T | |
to_int [Uucp.Uchar] | to_int u is the scalar value of u as an integer.
|
to_lower [Uucp.Case.Map] | |
to_title [Uucp.Case.Map] | |
to_upper [Uucp.Case.Map] | |
U | |
unicode_version [Uucp] | unicode_version is the Unicode version supported by the library.
|