Lines Matching refs:numeral_shape

3623 handle_ethiopic (GString *numtxt, const char **dot, guint numeral_shape,  in handle_ethiopic()  argument
3632 numeral_shape != 0x11) in handle_ethiopic()
3691 handle_chinese (GString *numtxt, const char **dot, guint numeral_shape, in handle_chinese() argument
3701 numeral_shape < 0x1B || numeral_shape > 0x27) in handle_chinese()
3708 suppress_ten = (numeral_shape == 0x1b || numeral_shape == 0x1d in handle_chinese()
3709 || numeral_shape == 0x26); in handle_chinese()
3710 suppress_ten_always = (numeral_shape == 0x26); in handle_chinese()
3754 numeral_shape)) { \
3756 numeral_shape > 1 && \
3757 numeral_shape < G_N_ELEMENTS (minus_shapes)) \
3760 minus_shapes[numeral_shape]); \
3770 numeral_shape > 1 && \
3771 numeral_shape < G_N_ELEMENTS (plus_shapes)) \
3774 plus_shapes[numeral_shape]); \
3823 guint numeral_shape = 0; in SUFFIX() local
3936 numeral_shape = (*prg++ & 0x00ff); in SUFFIX()
4234 numeral_shape, shape_flags); in SUFFIX()
4236 numeral_shape, shape_flags); in SUFFIX()
4320 if ((numeral_shape) > 1) /* 0: not set; 1: Western */ in SUFFIX()
4321 convert_numerals (dst, numpos, numpos, numeral_shape); in SUFFIX()
4359 if ((numeral_shape) > 1) /* 0: not set; 1: Western */ in SUFFIX()
4360 convert_numerals (dst, numpos, numpos, numeral_shape); in SUFFIX()
4381 if ((numeral_shape) > 1) /* 0: not set; 1: Western */ in SUFFIX()
4383 numeral_shape); in SUFFIX()
4391 if ((numeral_shape) > 1) /* 0: not set; 1: Western */ in SUFFIX()
4392 convert_numerals (dst, numpos, numpos, numeral_shape); in SUFFIX()
4405 if ((numeral_shape) > 1) /* 0: not set; 1: Western */ in SUFFIX()
4406 convert_numerals (dst, numpos, numpos, numeral_shape); in SUFFIX()
4455 numeral_shape = 0; in SUFFIX()
4749 val, w, unicode_minus, numeral_shape, in SUFFIX()