Lines Matching refs:chr
38 .. function:: name(chr[, default])
40 Returns the name assigned to the character *chr* as a string. If no
45 .. function:: decimal(chr[, default])
47 Returns the decimal value assigned to the character *chr* as integer.
52 .. function:: digit(chr[, default])
54 Returns the digit value assigned to the character *chr* as integer.
59 .. function:: numeric(chr[, default])
61 Returns the numeric value assigned to the character *chr* as float.
66 .. function:: category(chr)
68 Returns the general category assigned to the character *chr* as
72 .. function:: bidirectional(chr)
74 Returns the bidirectional class assigned to the character *chr* as
78 .. function:: combining(chr)
80 Returns the canonical combining class assigned to the character *chr*
84 .. function:: east_asian_width(chr)
86 Returns the east asian width assigned to the character *chr* as
90 .. function:: mirrored(chr)
92 Returns the mirrored property assigned to the character *chr* as
97 .. function:: decomposition(chr)
100 *chr* as string. An empty string is returned in case no such mapping is