Lines Matching defs:value
38 const unsigned char combining; /* combining class value 0 - 255 */
124 Converts a Unicode character into its equivalent decimal value.
126 Returns the decimal value assigned to the character chr as integer.
127 If no such value is defined, default is returned, or, if not given,
177 Converts a Unicode character into its equivalent digit value.
179 Returns the digit value assigned to the character chr as integer.
180 If no such value is defined, default is returned, or, if not given,
212 Converts a Unicode character into its equivalent numeric value.
214 Returns the numeric value assigned to the character chr as float.
215 If no such value is defined, default is returned, or, if not given,
290 If no such value is defined, an empty string is returned.
566 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code);
567 if (value != 0) {
568 stack[stackptr++] = value;