Home
last modified time | relevance | path

Searched refs:EXCLUSION (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Duscript_props.cpp34 const int32_t EXCLUSION = 2 << 21; variable
54 0x03E2 | EXCLUSION | CASED, // Copt
56 0x10414 | EXCLUSION | CASED, // Dsrt
60 0x10330 | EXCLUSION, // Goth
74 0x1826 | EXCLUSION, // Mong
76 0x168F | EXCLUSION, // Ogam
77 0x10300 | EXCLUSION, // Ital
79 0x16A0 | EXCLUSION, // Runr
89 0x1703 | EXCLUSION, // Tglg
90 0x1723 | EXCLUSION, // Hano
[all …]
/third_party/icu/icu4c/source/common/
Duscript_props.cpp34 const int32_t EXCLUSION = 2 << 21; variable
54 0x03E2 | EXCLUSION | CASED, // Copt
56 0x10414 | EXCLUSION | CASED, // Dsrt
60 0x10330 | EXCLUSION, // Goth
74 0x1826 | EXCLUSION, // Mong
76 0x168F | EXCLUSION, // Ogam
77 0x10300 | EXCLUSION, // Ital
79 0x16A0 | EXCLUSION, // Runr
89 0x1703 | EXCLUSION, // Tglg
90 0x1723 | EXCLUSION, // Hano
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Duscript_props.cpp34 const int32_t EXCLUSION = 2 << 21; variable
54 0x03E2 | EXCLUSION | CASED, // Copt
56 0x10414 | EXCLUSION | CASED, // Dsrt
60 0x10330 | EXCLUSION, // Goth
74 0x1826 | EXCLUSION, // Mong
76 0x168F | EXCLUSION, // Ogam
77 0x10300 | EXCLUSION, // Ital
79 0x16A0 | EXCLUSION, // Runr
89 0x1703 | EXCLUSION, // Tglg
90 0x1723 | EXCLUSION, // Hano
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScript.java1343 private static final int EXCLUSION = 2 << 21; field in UScript.ScriptMetadata
1364 0x03E2 | EXCLUSION | CASED, // Copt
1366 0x10414 | EXCLUSION | CASED, // Dsrt
1370 0x10330 | EXCLUSION, // Goth
1384 0x1826 | EXCLUSION, // Mong
1386 0x168F | EXCLUSION, // Ogam
1387 0x10300 | EXCLUSION, // Ital
1389 0x16A0 | EXCLUSION, // Runr
1399 0x1703 | EXCLUSION, // Tglg
1400 0x1723 | EXCLUSION, // Hano
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScript.java1141 private static final int EXCLUSION = 2 << 21; field in UScript.ScriptMetadata
1162 0x03E2 | EXCLUSION | CASED, // Copt
1164 0x10414 | EXCLUSION | CASED, // Dsrt
1168 0x10330 | EXCLUSION, // Goth
1182 0x1826 | EXCLUSION, // Mong
1184 0x168F | EXCLUSION, // Ogam
1185 0x10300 | EXCLUSION, // Ital
1187 0x16A0 | EXCLUSION, // Runr
1197 0x1703 | EXCLUSION, // Tglg
1198 0x1723 | EXCLUSION, // Hano
[all …]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DBlendMode.java34 EXCLUSION(23), enumConstant
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcExtTokens.cpp151 EXCLUSION = GL_EXCLUSION; in init()
277 EXCLUSION = GL_EXCLUSION_KHR; in init()
DglcExtTokens.hpp153 glw::GLenum EXCLUSION; member