Home
last modified time | relevance | path

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

/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/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/icu4c/source/i18n/
Dvtzone.cpp1928 int32_t stdCount = 0; in writeZone() local
2013 if (stdCount > 0) { in writeZone()
2014 if (year == stdStartYear + stdCount in writeZone()
2024 stdCount++; in writeZone()
2028 if (stdCount == 1) { in writeZone()
2052 stdCount = 1; in writeZone()
2119 if (stdCount > 0) { in writeZone()
2121 if (stdCount == 1) { in writeZone()
2132 if (stdCount == 1) { in writeZone()