Home
last modified time | relevance | path

Searched refs:COMPTOTAL (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
DdecNumber.c203 #define COMPTOTAL 0x04 /* .. */ macro
931 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in uprv_decNumberCompareTotal()
993 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in uprv_decNumberCompareTotalMag()
6081 if (op==COMPTOTAL) { /* total ordering */
6099 else if (op==COMPTOTAL) { /* total ordering, always finite */
6139 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */
6140 if (op==COMPTOTAL && result==0) {