/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
H A D | TestData.java | 28 protected static final int EN = UCharacterDirection.EUROPEAN_NUMBER; field in TestData 52 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON", 57 { L, L, WS, L, WS, EN, L, B }, // 0 59 { L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 2 60 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3 61 { AL, R, AL, WS, EN, C [all...] |
H A D | TestClassOverride.java | 33 private static final int EN = TestData.EN; field in TestClassOverride 52 EN, EN, EN, EN, EN, EN, AN, AN, //30-37
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestData.java | 25 protected static final int EN = UCharacterDirection.EUROPEAN_NUMBER; field in TestData 49 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON", 54 { L, L, WS, L, WS, EN, L, B }, // 0 56 { L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 2 57 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3 58 { AL, R, AL, WS, EN, C [all...] |
H A D | TestClassOverride.java | 30 private static final int EN = TestData.EN; field in TestClassOverride 49 EN, EN, EN, EN, EN, EN, AN, AN, //30-37
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | AMDGPUMetadata.cpp | 30 static void enumeration(IO &YIO, AccessQualifier &EN) { in enumeration() 31 YIO.enumCase(EN, "Default", AccessQualifier::Default); in enumeration() 32 YIO.enumCase(EN, "ReadOnly", AccessQualifier::ReadOnly); in enumeration() 33 YIO.enumCase(EN, "WriteOnly", AccessQualifier::WriteOnly); in enumeration() 34 YIO.enumCase(EN, "ReadWrite", AccessQualifier::ReadWrite); in enumeration() 40 static void enumeration(IO &YIO, AddressSpaceQualifier &EN) { in enumeration() 41 YIO.enumCase(EN, "Private", AddressSpaceQualifier::Private); in enumeration() 42 YIO.enumCase(EN, "Global", AddressSpaceQualifier::Global); in enumeration() 43 YIO.enumCase(EN, "Constant", AddressSpaceQualifier::Constant); in enumeration() 44 YIO.enumCase(EN, "Loca in enumeration() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbididat.c | 25 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON", 32 /* L R EN ES ET AN CS B S WS ON */ 42 L, L, WS, L, WS, EN, L, B 72 L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L 87 L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L 102 AL, R, AL, WS, EN, C [all...] |
H A D | cbiditst.h | 36 #define EN U_EUROPEAN_NUMBER macro
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tcases.c | 34 #define EN MCI_STATUS_EN macro 69 TEST(VAL|EN, KEEP); in test() 72 TEST(VAL|UC|PCC|EN|S|AR, PANIC); in test() 73 TEST(VAL|UC|PCC|EN|S, PANIC); in test() 74 TEST(VAL|UC|PCC|EN, PANIC); in test() 78 TEST(VAL|UC|EN|S|AR, PANIC); in test() 81 TEST(VAL|UC|EN|S|0xc0, AO); in test() 83 TEST(VAL|UC|EN|S|1, SOME); in test() 86 TEST(VAL|UC|EN, KEEP); in test()
|
H A D | ttable.c | 59 S(EN),
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tcases.c | 34 #define EN MCI_STATUS_EN macro 69 TEST(VAL|EN, KEEP); in test() 72 TEST(VAL|UC|PCC|EN|S|AR, PANIC); in test() 73 TEST(VAL|UC|PCC|EN|S, PANIC); in test() 74 TEST(VAL|UC|PCC|EN, PANIC); in test() 78 TEST(VAL|UC|EN|S|AR, PANIC); in test() 81 TEST(VAL|UC|EN|S|0xc0, AO); in test() 83 TEST(VAL|UC|EN|S|1, SOME); in test() 86 TEST(VAL|UC|EN, KEEP); in test()
|
H A D | ttable.c | 59 S(EN),
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatRegressionTest.java | 404 DecimalFormatSymbols EN = DecimalFormatSymbols.getInstance(ULocale.ENGLISH); in TestGroupingEnabledDisabledGetters() 406 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() 417 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters()
|
H A D | NumberFormatDataDrivenTest.java | 28 private static ULocale EN = new ULocale("en"); field in NumberFormatDataDrivenTest 178 new DecimalFormatSymbols(tuple.locale == null ? EN : tuple.locale)); 349 (tuple.locale == null ? EN : tuple.locale).toLocale()));
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatRegressionTest.java | 407 DecimalFormatSymbols EN = DecimalFormatSymbols.getInstance(ULocale.ENGLISH); in TestGroupingEnabledDisabledGetters() 409 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() 420 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters()
|
H A D | NumberFormatDataDrivenTest.java | 31 private static ULocale EN = new ULocale("en"); field in NumberFormatDataDrivenTest 181 new DecimalFormatSymbols(tuple.locale == null ? EN : tuple.locale)); 352 (tuple.locale == null ? EN : tuple.locale).toLocale()));
|
/third_party/icu/icu4c/source/common/ |
H A D | ubidiimp.h | 47 EN= U_EUROPEAN_NUMBER, /* 2 */ enumerator 68 ENL, /* EN after W7 */ /* 23 */ 69 ENR, /* EN not subject to W7 */ /* 24 */ 85 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI)) 88 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
|
H A D | ubidi.cpp | 957 else if(dirProp==EN) { in bracketProcessChar() 958 pLastIsoRun->lastBase=EN; in bracketProcessChar() 1439 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */ 1481 /* L , R , EN , AN , ON , S , B , ES , ET , CS , BN , NSM , AL , ENL , ENR , Res */ 1486 /* 4 EN */ { s(1,1), s(1,2), 4 , s(1,5), s(1,7),s(1,15),s(1,17),s(2,10), 11 ,s(2,10), 4 , 4 , s(1,3), 18 , 21 , DirProp_EN }, 1488 /* 6 AL:EN/AN */ { s(1,1), s(1,2), 6 , 6 , s(1,8),s(1,16),s(1,17), s(1,8), s(1,8),s(2,13), 6 , 6 , s(1,3), 18 , 21 , DirProp_AN }, 1492 /*10 EN+ES/CS */ { s(3,1), s(3,2), 4 , s(3,5), s(4,7),s(3,15),s(3,17), s(4,7),s(4,14), s(4,7), 10 , s(4,7), s(3,3), 18 , 21 , DirProp_EN }, 1493 /*11 EN+ET */ { s(1,1), s(1,2), 4 , s(1,5), s(1,7),s(1,15),s(1,17), s(1,7), 11 , s(1,7), 11 , 11 , s(1,3), 18 , 21 , DirProp_EN }, 1495 /*13 AL:EN/AN+CS */ { s(3,1), s(3,2), 6 , 6 , s(4,8),s(3,16),s(3,17), s(4,8), s(4,8), s(4,8), 13 , s(4,8), s(3,3), 18 , 21 , DirProp_AN }, 1567 4: init EN/A [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiimp.h | 47 EN= U_EUROPEAN_NUMBER, /* 2 */ enumerator 68 ENL, /* EN after W7 */ /* 23 */ 69 ENR, /* EN not subject to W7 */ /* 24 */ 85 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI)) 88 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
|
H A D | ubidi.cpp | 957 else if(dirProp==EN) { in bracketProcessChar() 958 pLastIsoRun->lastBase=EN; in bracketProcessChar() 1439 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */ 1481 /* L , R , EN , AN , ON , S , B , ES , ET , CS , BN , NSM , AL , ENL , ENR , Res */ 1486 /* 4 EN */ { s(1,1), s(1,2), 4 , s(1,5), s(1,7),s(1,15),s(1,17),s(2,10), 11 ,s(2,10), 4 , 4 , s(1,3), 18 , 21 , DirProp_EN }, 1488 /* 6 AL:EN/AN */ { s(1,1), s(1,2), 6 , 6 , s(1,8),s(1,16),s(1,17), s(1,8), s(1,8),s(2,13), 6 , 6 , s(1,3), 18 , 21 , DirProp_AN }, 1492 /*10 EN+ES/CS */ { s(3,1), s(3,2), 4 , s(3,5), s(4,7),s(3,15),s(3,17), s(4,7),s(4,14), s(4,7), 10 , s(4,7), s(3,3), 18 , 21 , DirProp_EN }, 1493 /*11 EN+ET */ { s(1,1), s(1,2), 4 , s(1,5), s(1,7),s(1,15),s(1,17), s(1,7), 11 , s(1,7), 11 , 11 , s(1,3), 18 , 21 , DirProp_EN }, 1495 /*13 AL:EN/AN+CS */ { s(3,1), s(3,2), 6 , 6 , s(4,8),s(3,16),s(3,17), s(4,8), s(4,8), s(4,8), 13 , s(4,8), s(3,3), 18 , 21 , DirProp_AN }, 1567 4: init EN/A [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiimp.h | 47 EN= U_EUROPEAN_NUMBER, /* 2 */ enumerator 68 ENL, /* EN after W7 */ /* 23 */ 69 ENR, /* EN not subject to W7 */ /* 24 */ 85 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI)) 88 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
|
H A D | ubidi.cpp | 957 else if(dirProp==EN) { in bracketProcessChar() 958 pLastIsoRun->lastBase=EN; in bracketProcessChar() 1439 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */ 1481 /* L , R , EN , AN , ON , S , B , ES , ET , CS , BN , NSM , AL , ENL , ENR , Res */ 1486 /* 4 EN */ { s(1,1), s(1,2), 4 , s(1,5), s(1,7),s(1,15),s(1,17),s(2,10), 11 ,s(2,10), 4 , 4 , s(1,3), 18 , 21 , DirProp_EN }, 1488 /* 6 AL:EN/AN */ { s(1,1), s(1,2), 6 , 6 , s(1,8),s(1,16),s(1,17), s(1,8), s(1,8),s(2,13), 6 , 6 , s(1,3), 18 , 21 , DirProp_AN }, 1492 /*10 EN+ES/CS */ { s(3,1), s(3,2), 4 , s(3,5), s(4,7),s(3,15),s(3,17), s(4,7),s(4,14), s(4,7), 10 , s(4,7), s(3,3), 18 , 21 , DirProp_EN }, 1493 /*11 EN+ET */ { s(1,1), s(1,2), 4 , s(1,5), s(1,7),s(1,15),s(1,17), s(1,7), 11 , s(1,7), 11 , 11 , s(1,3), 18 , 21 , DirProp_EN }, 1495 /*13 AL:EN/AN+CS */ { s(3,1), s(3,2), 6 , 6 , s(4,8),s(3,16),s(3,17), s(4,8), s(4,8), s(4,8), 13 , s(4,8), s(3,3), 18 , 21 , DirProp_AN }, 1567 4: init EN/A [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 960 static final byte EN = UCharacterDirection.EUROPEAN_NUMBER; /* 2 */ field in Bidi 981 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */ 982 static final byte ENR = ENL + 1; /* EN not subject to W7 */ /* 24 */ 1161 DirPropFlag(L)|DirPropFlag(EN)|DirPropFlag(ENL)|DirPropFlag(ENR)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(LRI); 1165 static final int MASK_STRONG_EN_AN = DirPropFlag(L)|DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(EN)|DirPropFlag(AN); 1534 * like regular numbers (EN).</li> 2318 else if(dirProp == EN) { in bracketProcessChar() 2319 pLastIsoRun.lastBase = EN; in bracketProcessChar() 2783 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */ 2830 /* L, R, EN, A [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 935 static final byte EN = UCharacterDirection.EUROPEAN_NUMBER; /* 2 */ field in Bidi 956 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */ 957 static final byte ENR = ENL + 1; /* EN not subject to W7 */ /* 24 */ 1137 DirPropFlag(L)|DirPropFlag(EN)|DirPropFlag(ENL)|DirPropFlag(ENR)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(LRI); 1141 static final int MASK_STRONG_EN_AN = DirPropFlag(L)|DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(EN)|DirPropFlag(AN); 1505 * like regular numbers (EN).</li> 2284 else if(dirProp == EN) { in bracketProcessChar() 2285 pLastIsoRun.lastBase = EN; in bracketProcessChar() 2749 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */ 2796 /* L, R, EN, A [all...] |
/third_party/node/deps/ada/ |
H A D | ada.cpp | 8197 EN, 8233 {0x2e, 0x2f, direction::CS}, {0x30, 0x39, direction::EN}, 8243 {0xb2, 0xb3, direction::EN}, {0xb4, 0xb4, direction::ON}, 8245 {0xb9, 0xb9, direction::EN}, {0xba, 0xba, direction::L}, 8284 {0x6f0, 0x6f9, direction::EN}, {0x6fa, 0x70d, direction::AL}, 8533 {0x2070, 0x2070, direction::EN}, {0x2071, 0x2071, direction::L}, 8534 {0x2074, 0x2079, direction::EN}, {0x207a, 0x207b, direction::ES}, 8536 {0x2080, 0x2089, direction::EN}, {0x208a, 0x208b, direction::ES}, 8558 {0x2460, 0x2487, direction::ON}, {0x2488, 0x249b, direction::EN}, 8675 {0xff0e, 0xff0f, direction::CS}, {0xff10, 0xff19, direction::EN}, [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1056 ConstantSDNode *EN = dyn_cast<ConstantSDNode>(T2.getNode()); in ppAddrReorderAddShl() local 1057 if (EN == nullptr) in ppAddrReorderAddShl() 1059 unsigned EV = EN->getZExtValue(); in ppAddrReorderAddShl()
|