OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avail1
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/
rbtz.cpp
301
UBool
avail1
= rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1);
local
302
if (!avail0 || !
avail1
) {
720
UBool
avail1
= fr1->getPreviousStart(base, fr0->getRawOffset(), fr0->getDSTSavings(), TRUE, start1);
local
722
if (!avail0 || !
avail1
) {
725
} else if (
avail1
) {
763
UBool
avail1
= r1->getNextStart(base, r0->getRawOffset(), r0->getDSTSavings(), inclusive, start1);
local
764
// avail0/
avail1
should be always TRUE
765
if (!avail0 && !
avail1
) {
768
if (!
avail1
|| start0 < start1) {
846
UBool
avail1
= r1->getPreviousStart(base, r0->getRawOffset(), r0->getDSTSavings(), inclusive, start1)
local
[
all
...]
basictz.cpp
70
UBool
avail1
= getNextTransition(time, FALSE, tr1);
local
76
if (
avail1
99
UBool inRange1 = (
avail1
&& tr1.getTime() <= end);
/external/icu/icu4c/source/test/intltest/
tzrulets.cpp
1519
UBool
avail1
, avail2;
local
2414
UBool
avail1
, avail2;
local
2471
UBool
avail1
, avail2;
local
2558
UBool
avail1
= tz1.getNextTransition(time, FALSE, tr1);
local
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CurrencyTest.java
706
Set<Currency>
avail1
= Currency.getAvailableCurrencies();
local
709
avail1
.add(Currency.getInstance("ZZZ")); // ZZZ is not defined by ISO 4217
712
assertTrue("
avail1
does not contain all currencies in avail2",
avail1
.containsAll(avail2));
713
assertTrue("
avail1
must have one more currency", (
avail1
.size() - avail2.size() == 1));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CurrencyTest.java
702
Set<Currency>
avail1
= Currency.getAvailableCurrencies();
local
705
avail1
.add(Currency.getInstance("ZZZ")); // ZZZ is not defined by ISO 4217
708
assertTrue("
avail1
does not contain all currencies in avail2",
avail1
.containsAll(avail2));
709
assertTrue("
avail1
must have one more currency", (
avail1
.size() - avail2.size() == 1));
Completed in 433 milliseconds