HomeSort by relevance Sort by last modified time
    Searched defs:AN (Results 1 - 19 of 19) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code2.s 149 AN = CC;
161 AN |= CC;
174 AN &= CC;
188 AN ^= CC;
207 CC = AN;
220 CC |= AN;
233 CC &= AN;
246 CC ^= AN;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestClassOverride.java 29 private static final int AN = TestData.AN;
49 EN, EN, EN, EN, EN, EN, AN, AN, //30-37
50 AN, AN, DEF, DEF, DEF, DEF, DEF, DEF, //38-3F
105 errln("Bidi object reports classifier is an instance of " +
107 ",\nwhile the expected classifier should be an " +
TestData.java 27 protected static final int AN = UCharacterDirection.ARABIC_NUMBER;
48 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
63 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
68 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
77 L, L, L, L, L, L, WS, AN, AN, CS, AN, AN, WS }, // 10
81 L, L, L, L, L, L, WS, AN, AN, CS, AN, AN, WS }, // 1
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 28 /* length of an array */
40 #define AN U_ARABIC_NUMBER
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestClassOverride.java 25 private static final int AN = TestData.AN;
45 EN, EN, EN, EN, EN, EN, AN, AN, //30-37
46 AN, AN, DEF, DEF, DEF, DEF, DEF, DEF, //38-3F
101 errln("Bidi object reports classifier is an instance of " +
103 ",\nwhile the expected classifier should be an " +
TestData.java 26 protected static final int AN = UCharacterDirection.ARABIC_NUMBER;
47 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
62 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
67 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
76 L, L, L, L, L, L, WS, AN, AN, CS, AN, AN, WS }, // 10
80 L, L, L, L, L, L, WS, AN, AN, CS, AN, AN, WS }, // 1
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 142 std::string AN;
145 AN = Attr->getValueAsString("ParseKind");
149 if (Seen.find(AN) != Seen.end()) {
151 Dupes->push_back(std::make_pair(AN, Attr));
154 Seen.insert(AN);
156 AN = NormalizeAttrName(Attr->getName()).str();
158 R.push_back(std::make_pair(AN, Attr));
694 // as a string literal, while others require printing as an identifier.
750 // as a string literal, while others require printing as an identifier.
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 213 // A locale (as specified in the filter) is an underscore separated name such
994 const int AN = assetDirs.size();
995 for (int i = 0; i < AN; i++) {
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 39 AN= U_ARABIC_NUMBER, /* 5 */
74 #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))
77 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
293 /* are we performing an approximation of the "inverse BiDi" algorithm? */
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 159 /// represented as an indexed [r+r] operation. Returns false if it can
166 /// represented as an indexed [r+r] operation.
178 // Select an address into a single register.
188 /// Reg in an asm, because the load or store opcode would have to change.
517 /// SelectBitfieldInsert - turn an or of two masked values into
668 // See comments in SelectInt64 for an explanation of the logic below.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 44 * This is an implementation of the Unicode Bidirectional Algorithm. The
94 * <li>the high-order bit of an <code>embeddingLevels[]</code>
575 * If reordering option <code>OPTION_INSERT_MARKS</code> is set, an RLM may
601 * If reordering option <code>OPTION_INSERT_MARKS</code> is set, an RLM may
732 * An example for using this option is output to a character terminal that
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 43 * This is an implementation of the Unicode Bidirectional Algorithm. The
93 * <li>the high-order bit of an <code>embeddingLevels[]</code>
575 * If reordering option <code>OPTION_INSERT_MARKS</code> is set, an RLM may
602 * If reordering option <code>OPTION_INSERT_MARKS</code> is set, an RLM may
745 * An example for using this option is output to a character terminal that
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 11 // Promotion is the act of changing a computation in an illegal type into a
12 // computation in a larger type. For example, implementing i8 arithmetic in an
14 // Expansion is the act of changing a computation in an illegal type into a
273 // Convert the element to an integer and promote it by hand.
452 // to an in-register extension.
454 // The high bits are not guaranteed to be anything. Insert an extend.
517 /// Promote the overflow flag of an overflowing arithmetic node.
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 628 milliseconds