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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c201 #define COMPTOTAL 0x04 /* .. */ macro
927 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status);
989 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status);
6077 if (op==COMPTOTAL) { /* total ordering */
6095 else if (op==COMPTOTAL) { /* total ordering, always finite */
6135 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */
6136 if (op==COMPTOTAL && result==0) {
/external/icu/icu4c/source/i18n/
H A DdecNumber.c201 #define COMPTOTAL 0x04 /* .. */ macro
929 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status);
991 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status);
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) {

Completed in 321 milliseconds