Searched defs:EN (Results 1 - 13 of 13) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java32 private static ULocale EN = new ULocale("en"); field in class:NumberFormatDataDrivenTest
147 new DecimalFormatSymbols(tuple.locale == null ? EN : tuple.locale));
329 (tuple.locale == null ? EN : tuple.locale).toLocale()));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java29 private static ULocale EN = new ULocale("en"); field in class:NumberFormatDataDrivenTest
144 new DecimalFormatSymbols(tuple.locale == null ? EN : tuple.locale));
326 (tuple.locale == null ? EN : tuple.locale).toLocale()));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestClassOverride.java33 private static final int EN = TestData.EN; field in class:TestClassOverride
52 EN, EN, EN, EN, EN, EN, AN, AN, //30-37
H A DTestData.java28 protected static final int EN = UCharacterDirection.EUROPEAN_NUMBER; field in class: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...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h36 #define EN U_EUROPEAN_NUMBER macro
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestClassOverride.java30 private static final int EN = TestData.EN; field in class:TestClassOverride
49 EN, EN, EN, EN, EN, EN, AN, AN, //30-37
H A DTestData.java25 protected static final int EN = UCharacterDirection.EUROPEAN_NUMBER; field in class: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...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp540 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N); local
541 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo");
542 bool CompressVTs = EN->getNumVTs() < 3;
544 OS << EN->getNumVTs();
546 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
548 if (EN->hasChain()) OS << "|OPFL_Chain";
549 if (EN->hasInFlag()) OS << "|OPFL_GlueInput";
550 if (EN->hasOutFlag()) OS << "|OPFL_GlueOutput";
551 if (EN->hasMemRefs()) OS << "|OPFL_MemRefs";
552 if (EN
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp498 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N); local
499 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo");
500 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
502 if (EN->hasChain()) OS << "|OPFL_Chain";
503 if (EN->hasInFlag()) OS << "|OPFL_GlueInput";
504 if (EN->hasOutFlag()) OS << "|OPFL_GlueOutput";
505 if (EN->hasMemRefs()) OS << "|OPFL_MemRefs";
506 if (EN->getNumFixedArityOperands() != -1)
507 OS << "|OPFL_Variadic" << EN->getNumFixedArityOperands();
510 OS.PadToColumn(Indent*2+4) << EN
[all...]
/external/icu/icu4c/source/common/
H A Dubidiimp.h39 EN= U_EUROPEAN_NUMBER, /* 2 */ enumerator in enum:__anon7897
60 ENL, /* EN after W7 */ /* 23 */
61 ENR, /* EN not subject to W7 */ /* 24 */
77 #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))
80 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1357 ConstantSDNode *EN = dyn_cast<ConstantSDNode>(T2.getNode()); local
1358 if (EN == nullptr)
1360 unsigned EV = EN->getZExtValue();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java930 static final byte EN = UCharacterDirection.EUROPEAN_NUMBER; /* 2 */ field in class:Bidi
951 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */
952 static final byte ENR = ENL + 1; /* EN not subject to W7 */ /* 24 */
1131 DirPropFlag(L)|DirPropFlag(EN)|DirPropFlag(ENL)|DirPropFlag(ENR)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(LRI);
1135 static final int MASK_STRONG_EN_AN = DirPropFlag(L)|DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(EN)|DirPropFlag(AN);
1499 * like regular numbers (EN).</li>
2278 else if(dirProp == EN) {
2279 pLastIsoRun.lastBase = EN;
2743 /* 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 */
2790 /* L, R, EN, A
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java954 static final byte EN = UCharacterDirection.EUROPEAN_NUMBER; /* 2 */ field in class:Bidi
975 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */
976 static final byte ENR = ENL + 1; /* EN not subject to W7 */ /* 24 */
1155 DirPropFlag(L)|DirPropFlag(EN)|DirPropFlag(ENL)|DirPropFlag(ENR)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(LRI);
1159 static final int MASK_STRONG_EN_AN = DirPropFlag(L)|DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(EN)|DirPropFlag(AN);
1528 * like regular numbers (EN).</li>
2312 else if(dirProp == EN) {
2313 pLastIsoRun.lastBase = EN;
2777 /* 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 */
2824 /* L, R, EN, A
[all...]

Completed in 590 milliseconds