Searched refs:COMPTOTAL (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 203 #define COMPTOTAL 0x04 /* .. */ macro 933 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in uprv_decNumberCompareTotal() 995 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in uprv_decNumberCompareTotalMag() 6083 if (op==COMPTOTAL) { /* total ordering */ 6101 else if (op==COMPTOTAL) { /* total ordering, always finite */ 6141 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */ 6142 if (op==COMPTOTAL && result==0) {
|