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 561 ArabicShaping as3 = new ArabicShaping(LETTERS_UNSHAPE | TEXT_DIRECTION_LOGICAL | LENGTH_FIXED_SPACES_AT_BEGINNING); local
571 if (as1.equals(as3)) {
572 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 560 ArabicShaping as3 = new ArabicShaping(LETTERS_UNSHAPE | TEXT_DIRECTION_LOGICAL | LENGTH_FIXED_SPACES_AT_BEGINNING); local
570 if (as1.equals(as3)) {
571 err("as1: " + as1 + ", as3: " + as3 + " are equal but should not be.\n");
    [all...]

Completed in 2234 milliseconds