Home
last modified time | relevance | path

Searched refs:SEARCH_INCREMENT (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dicuzdump.cpp133 UDate SEARCH_INCREMENT = 12 * 60 * 60 * 1000; // half day in dump() local
143 UDate newt = t + SEARCH_INCREMENT; in dump()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dicuzdump.cpp133 UDate SEARCH_INCREMENT = 12 * 60 * 60 * 1000; // half day in dump() local
143 UDate newt = t + SEARCH_INCREMENT; in dump()
/third_party/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp133 UDate SEARCH_INCREMENT = 12 * 60 * 60 * 1000; // half day in dump() local
143 UDate newt = t + SEARCH_INCREMENT; in dump()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java92 final long SEARCH_INCREMENT = 12 * 60 * 60 * 1000; // half day in dump() local
98 long newt = t + SEARCH_INCREMENT; in dump()