Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1286 int stdCount = 0; in writeZone() local
1362 if (stdCount > 0) { in writeZone()
1363 if (year == stdStartYear + stdCount in writeZone()
1373 stdCount++; in writeZone()
1377 if (stdCount == 1) { in writeZone()
1398 stdCount = 1; in writeZone()
1447 if (stdCount > 0) { in writeZone()
1449 if (stdCount == 1) { in writeZone()
1457 if (stdCount == 1) { in writeZone()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java1255 int stdCount = 0; in writeZone() local
1331 if (stdCount > 0) { in writeZone()
1332 if (year == stdStartYear + stdCount in writeZone()
1342 stdCount++; in writeZone()
1346 if (stdCount == 1) { in writeZone()
1367 stdCount = 1; in writeZone()
1416 if (stdCount > 0) { in writeZone()
1418 if (stdCount == 1) { in writeZone()
1426 if (stdCount == 1) { in writeZone()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1938 int32_t stdCount = 0; in writeZone() local
2023 if (stdCount > 0) { in writeZone()
2024 if (year == stdStartYear + stdCount in writeZone()
2034 stdCount++; in writeZone()
2038 if (stdCount == 1) { in writeZone()
2062 stdCount = 1; in writeZone()
2129 if (stdCount > 0) { in writeZone()
2131 if (stdCount == 1) { in writeZone()
2142 if (stdCount == 1) { in writeZone()