Home
last modified time | relevance | path

Searched defs:zone (Results 126 - 150 of 455) sorted by relevance

12345678910>>...19

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DEthiopicCalendar.java153 public EthiopicCalendar(TimeZone zone) { in EthiopicCalendar() argument
184 EthiopicCalendar(TimeZone zone, Locale aLocale) EthiopicCalendar() argument
195 EthiopicCalendar(TimeZone zone, ULocale locale) EthiopicCalendar() argument
[all...]
H A DHebrewCalendar.java281 public HebrewCalendar(TimeZone zone) { in HebrewCalendar() argument
313 HebrewCalendar(TimeZone zone, Locale aLocale) HebrewCalendar() argument
326 HebrewCalendar(TimeZone zone, ULocale locale) HebrewCalendar() argument
[all...]
H A DIndianCalendar.java160 public IndianCalendar(TimeZone zone) { in IndianCalendar() argument
192 IndianCalendar(TimeZone zone, Locale aLocale) IndianCalendar() argument
205 IndianCalendar(TimeZone zone, ULocale locale) IndianCalendar() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java219 private static String showDate(Date d, TimeZone zone) in showDate() argument
H A DTimeZoneAliasTest.java243 private TimeZone zone; global() field in TimeZoneAliasTest.Zone
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelativeDateFormat.java327 private Calendar initializeCalendar(TimeZone zone, ULocale locale) { in initializeCalendar() argument
/third_party/icu/icu4c/source/i18n/
H A Derarules.cpp299 TimeZone* zone = TimeZone::createDefault(); in initCurrentEra() local
H A Dvzone.cpp41 vzone_close(VZone* zone) { in vzone_close() argument
46 vzone_clone(const VZone *zone) { in vzone_clone() argument
56 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL() argument
67 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL() argument
73 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified() argument
78 vzone_setLastModified(VZone* zone, UDate lastModified) vzone_setLastModified() argument
83 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) vzone_write() argument
95 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) vzone_writeFromStart() argument
107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) vzone_writeSimple() argument
119 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode& status) vzone_getOffset() argument
125 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, UErrorCode& status) vzone_getOffset2() argument
132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) vzone_getOffset3() argument
138 vzone_setRawOffset(VZone* zone, int32_t offsetMillis) vzone_setRawOffset() argument
143 vzone_getRawOffset(VZone* zone) vzone_getRawOffset() argument
148 vzone_useDaylightTime(VZone* zone) vzone_useDaylightTime() argument
153 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) vzone_inDaylightTime() argument
158 vzone_hasSameRules(VZone* zone, const VZone* other) vzone_hasSameRules() argument
163 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) vzone_getNextTransition() argument
168 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) vzone_getPreviousTransition() argument
173 vzone_countTransitionRules(VZone* zone, UErrorCode& status) vzone_countTransitionRules() argument
178 vzone_getStaticClassID(VZone* zone) vzone_getStaticClassID() argument
183 vzone_getDynamicClassID(VZone* zone) vzone_getDynamicClassID() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc38 Zone* zone = decls->type_list.get_allocator().zone(); in DecodeLocalDecls() local
[all...]
H A Dwasm-init-expr.h113 static WasmInitExpr StructNewDefaultWithRtt(Zone* zone, uint32_t index, in StructNewDefaultWithRtt() argument
/third_party/node/deps/v8/src/zone/
H A Dzone.h294 ZoneAllocationPolicy(Zone* zone) ZoneAllocationPolicy() argument
305 Zone* zone() const { return zone_; } zone() function in v8::internal::ZoneAllocationPolicy
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dlcnalloc.c74 static void ntfs_cluster_update_zone_pos(ntfs_volume *vol, u8 zone, LCN tc) in ntfs_cluster_update_zone_pos() argument
235 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) ntfs_cluster_alloc() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Derarules.cpp299 TimeZone* zone = TimeZone::createDefault(); in initCurrentEra() local
H A Dvzone.cpp41 vzone_close(VZone* zone) { in vzone_close() argument
46 vzone_clone(const VZone *zone) { in vzone_clone() argument
56 vzone_getTZURL(VZone* zone, char16_t* & url, int32_t & urlLength) { in vzone_getTZURL() argument
67 vzone_setTZURL(VZone* zone, char16_t* url, int32_t urlLength) { in vzone_setTZURL() argument
73 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified() argument
78 vzone_setLastModified(VZone* zone, UDate lastModified) vzone_setLastModified() argument
83 vzone_write(VZone* zone, char16_t* & result, int32_t & resultLength, UErrorCode& status) vzone_write() argument
95 vzone_writeFromStart(VZone* zone, UDate start, char16_t* & result, int32_t & resultLength, UErrorCode& status) vzone_writeFromStart() argument
107 vzone_writeSimple(VZone* zone, UDate time, char16_t* & result, int32_t & resultLength, UErrorCode& status) vzone_writeSimple() argument
119 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode& status) vzone_getOffset() argument
125 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, UErrorCode& status) vzone_getOffset2() argument
132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) vzone_getOffset3() argument
138 vzone_setRawOffset(VZone* zone, int32_t offsetMillis) vzone_setRawOffset() argument
143 vzone_getRawOffset(VZone* zone) vzone_getRawOffset() argument
148 vzone_useDaylightTime(VZone* zone) vzone_useDaylightTime() argument
153 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) vzone_inDaylightTime() argument
158 vzone_hasSameRules(VZone* zone, const VZone* other) vzone_hasSameRules() argument
163 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) vzone_getNextTransition() argument
168 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) vzone_getPreviousTransition() argument
173 vzone_countTransitionRules(VZone* zone, UErrorCode& status) vzone_countTransitionRules() argument
178 vzone_getStaticClassID(VZone* zone) vzone_getStaticClassID() argument
183 vzone_getDynamicClassID(VZone* zone) vzone_getDynamicClassID() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddadrfmt.cpp138 UnicodeString zone = currentCase->getString("zone", status); in testConvertDate() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.h211 Zone* zone() { return zone_; } in zone() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.h164 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::BytecodeAnalysis
H A Dbytecode-liveness-map.h54 BytecodeLivenessState(int register_count, Zone* zone) in BytecodeLivenessState() argument
59 BytecodeLivenessState(const BytecodeLivenessState& other, Zone* zone) in BytecodeLivenessState() argument
124 BytecodeLivenessMap(int bytecode_size, Zone* zone) in BytecodeLivenessMap() argument
H A Dgraph-reducer.cc42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer() argument
H A Dloop-variable-optimizer.cc25 LoopVariableOptimizer(Graph* graph, CommonOperatorBuilder* common, Zone* zone) LoopVariableOptimizer() argument
[all...]
H A Dloop-variable-optimizer.h119 Zone* zone() { return zone_; } in zone() function in v8::internal::compiler::LoopVariableOptimizer
46 InductionVariable(Node* phi, Node* effect_phi, Node* arith, Node* increment, Node* init_value, Zone* zone, ArithmeticType arithmeticType) InductionVariable() argument
H A Dnode-origin-table.h139 static NodeOrigin UnknownNodeOrigin(Zone* zone) { in UnknownNodeOrigin() argument
H A Dredundancy-elimination.cc14 RedundancyElimination::RedundancyElimination(Editor* editor, Zone* zone) in RedundancyElimination() argument
66 RedundancyElimination::EffectPathChecks::Copy(Zone* zone, in Copy() argument
73 RedundancyElimination::EffectPathChecks::Empty(Zone* zone) { in Empty() argument
120 RedundancyElimination::EffectPathChecks::AddCheck(Zone* zone, in AddCheck() argument
[all...]
H A Dcontrol-equivalence.h36 ControlEquivalence(Zone* zone, Graph* graph) in ControlEquivalence() argument
H A Descape-analysis-reducer.cc129 explicit Deduplicator(Zone* zone) argument
27 EscapeAnalysisReducer( Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, EscapeAnalysisResult analysis_result, Zone* zone) EscapeAnalysisReducer() argument
[all...]

Completed in 15 milliseconds

12345678910>>...19