/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 1439 decContext aset; /* working context */ in uprv_decNumberLog10() local 1463 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in uprv_decNumberLog10() 1471 aset.digits=1; in uprv_decNumberLog10() 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1503 aset.digits=p; /* as calculated */ in uprv_decNumberLog10() 1504 aset.emax=DEC_MAX_MATH; /* usual bounds */ in uprv_decNumberLog10() 1505 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10() 1506 aset.clamp=0; /* and no concrete format */ in uprv_decNumberLog10() 1507 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */ in uprv_decNumberLog10() 1534 aset in uprv_decNumberLog10() 1996 decContext aset; /* working context */ uprv_decNumberPower() local 5274 decContext aset, tset, dset; /* working contexts */ decExpOp() local 5651 decContext aset, bset; /* working contexts */ global() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 1439 decContext aset; /* working context */ in uprv_decNumberLog10() local 1463 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in uprv_decNumberLog10() 1471 aset.digits=1; in uprv_decNumberLog10() 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1503 aset.digits=p; /* as calculated */ in uprv_decNumberLog10() 1504 aset.emax=DEC_MAX_MATH; /* usual bounds */ in uprv_decNumberLog10() 1505 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10() 1506 aset.clamp=0; /* and no concrete format */ in uprv_decNumberLog10() 1507 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */ in uprv_decNumberLog10() 1534 aset in uprv_decNumberLog10() 1996 decContext aset; /* working context */ uprv_decNumberPower() local 5274 decContext aset, tset, dset; /* working contexts */ decExpOp() local 5651 decContext aset, bset; /* working contexts */ global() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 1439 decContext aset; /* working context */ in uprv_decNumberLog10() local 1463 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in uprv_decNumberLog10() 1471 aset.digits=1; in uprv_decNumberLog10() 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1503 aset.digits=p; /* as calculated */ in uprv_decNumberLog10() 1504 aset.emax=DEC_MAX_MATH; /* usual bounds */ in uprv_decNumberLog10() 1505 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10() 1506 aset.clamp=0; /* and no concrete format */ in uprv_decNumberLog10() 1507 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */ in uprv_decNumberLog10() 1534 aset in uprv_decNumberLog10() 1996 decContext aset; /* working context */ uprv_decNumberPower() local 5274 decContext aset, tset, dset; /* working contexts */ decExpOp() local 5651 decContext aset, bset; /* working contexts */ global() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | UtilityTest.java | 175 Set aset = new HashSet(list); in TestUnicodeSet() 176 logln(" *** The source set's size is: " + aset.size()); in TestUnicodeSet() 180 set.addAll(aset); in TestUnicodeSet()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | UtilityTest.java | 198 Set aset = new HashSet(list); in TestUnicodeSet() 199 logln(" *** The source set's size is: " + aset.size()); in TestUnicodeSet() 203 set.addAll(aset); in TestUnicodeSet()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 759 Set aset = new HashSet(list); in TestAPI() 760 logln(" *** The source set's size is: " + aset.size()); in TestAPI() 763 set.addAll(aset); in TestAPI() 764 if (set.size() != aset.size()) { in TestAPI() 765 errln("FAIL: After addAll, the UnicodeSet size expected " + aset.size() + in TestAPI()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 771 Set aset = new HashSet(list); in TestAPI() 772 logln(" *** The source set's size is: " + aset.size()); in TestAPI() 775 set.addAll(aset); in TestAPI() 776 if (set.size() != aset.size()) { in TestAPI() 777 errln("FAIL: After addAll, the UnicodeSet size expected " + aset.size() + in TestAPI()
|