Searched refs:COMPTOTAL (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 201 #define COMPTOTAL 0x04 /* .. */ macro 929 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in uprv_decNumberCompareTotal() 991 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in uprv_decNumberCompareTotalMag() 6079 if (op==COMPTOTAL) { /* total ordering */ 6097 else if (op==COMPTOTAL) { /* total ordering, always finite */ 6137 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */ 6138 if (op==COMPTOTAL && result==0) {
|