Home
last modified time | relevance | path

Searched defs:DOM (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/proto/test/
Ddeduce_domain.cpp9 #define BOOST_PROTO_ASSERT_VALID_DOMAIN(DOM) typedef DOM DOM ## _ argument
/third_party/icu/icu4c/source/i18n/unicode/
Ddtrule.h41 DOM = 0, /**< The exact day of month, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtrule.h41 DOM = 0, /**< The exact day of month, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtrule.h41 DOM = 0, /**< The exact day of month, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddtrule.h39 DOM = 0, /**< The exact day of month, enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DDateTimeRule.java30 public static final int DOM = 0; field in DateTimeRule
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DDateTimeRule.java29 public static final int DOM = 0; field in DateTimeRule
/third_party/boost/boost/proto/detail/
Ddeduce_domain.hpp32 # define BOOST_PROTO_ASSERT_VALID_DOMAIN(DOM) BOOST_MPL_ASSERT_NOT((boost::is_same<DOM, boost::prot… argument
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ssa.cpp62 #define DOM(i) (data[(i) + 4 * count]) macro
/third_party/skia/src/utils/
DSkJSON.cpp914 DOM::DOM(const char* data, size_t size) in DOM() function in skjson::DOM
/third_party/flutter/skia/src/utils/
DSkJSON.cpp906 DOM::DOM(const char* data, size_t size) in DOM() function in skjson::DOM
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java95 int DOM[] = { 28, 29, 30, 1, 2, 3, 4, 15, 16, 17, 18, 19, 20, 21, 22 }; in TestGregorianChangeover() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCompatibilityTest.java98 int DOM[] = { 28, 29, 30, 1, 2, 3, 4, 15, 16, 17, 18, 19, 20, 21, 22 }; in TestGregorianChangeover() local
/third_party/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp719 DOM = 0, enumerator
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp719 DOM = 0, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp719 DOM = 0, enumerator
/third_party/typescript/tests/lib/
Dreact.d.ts150 var DOM: ReactDOM; variable