Searched refs:bexp (Results 1 – 6 of 6) sorted by relevance
/third_party/e2fsprogs/intl/ |
D | plural.y | 117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument 122 args[0] = bexp; in new_exp_3()
|
D | plural.c | 138 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument 143 args[0] = bexp; in new_exp_3()
|
/third_party/gettext/gettext-runtime/intl/ |
D | plural.y | 111 new_exp_3 (enum expression_operator op, struct expression *bexp, 116 args[0] = bexp;
|
D | plural.c | 240 new_exp_3 (enum expression_operator op, struct expression *bexp, in new_exp_3() argument 245 args[0] = bexp; in new_exp_3()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 3010 char bexp[kBBufSize]; in TestVariousStylesAndAttributes() local 3012 u_strToUTF8(bexp, kBBufSize, NULL, uexp, uexplen, &status); in TestVariousStylesAndAttributes() 3015 … (int)lsaTestPtr->style, lsaTestPtr->locale, lsaTestPtr->attribute, veItemPtr->value, bexp, bget); in TestVariousStylesAndAttributes()
|
/third_party/python/Lib/test/ |
D | test_statistics.py | 61 bexp = b.as_tuple()[2] 62 return (aexp == bexp) and (aexp in ('n', 'N')) # Both NAN or both sNAN.
|