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

  /external/clang/test/Sema/
struct-packed-align.c 77 struct __attribute__((packed)) as3 { struct
83 extern int g1[sizeof(struct as3) == 16 ? 1 : -1];
84 extern int g2[__alignof(struct as3) == 8 ? 1 : -1];
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
ArabicShapingRegTest.java 549 ArabicShaping as3 = new ArabicShaping(LETTERS_UNSHAPE | TEXT_DIRECTION_LOGICAL | LENGTH_FIXED_SPACES_AT_BEGINNING); local
559 if (as1.equals(as3)) {
560 err("as1: " + as1 + ", as3: " + as3 + " are equal but should not be.\n");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingRegTest.java 545 ArabicShaping as3 = new ArabicShaping(LETTERS_UNSHAPE | TEXT_DIRECTION_LOGICAL | LENGTH_FIXED_SPACES_AT_BEGINNING); local
555 if (as1.equals(as3)) {
556 err("as1: " + as1 + ", as3: " + as3 + " are equal but should not be.\n");
    [all...]

Completed in 117 milliseconds