Home
last modified time | relevance | path

Searched refs:aset (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp1439 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, &copystat); /* 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 DdecNumber.cpp1439 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, &copystat); /* 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 DdecNumber.cpp1439 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, &copystat); /* 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 DUtilityTest.java175 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 DUtilityTest.java198 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 DUnicodeSetTest.java759 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 DUnicodeSetTest.java771 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()

Completed in 27 milliseconds