HomeSort by relevance Sort by last modified time
    Searched full:islogical (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ArabicShaping.java 57 private boolean isLogical; // convenience
193 isLogical = ( (options & TEXT_DIRECTION_MASK) == TEXT_DIRECTION_LOGICAL );
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 44 IsLogical = (1 << 20)
SystemZInstrInfo.cpp 488 bool IsLogical = (Compare->getDesc().TSFlags & SystemZII::IsLogical) != 0;
490 !IsLogical &&
    [all...]
SystemZElimCompare.cpp 242 if (CompareFlags & SystemZII::IsLogical)
SystemZInstrFormats.td 82 bit IsLogical = 0;
94 let TSFlags{20} = IsLogical;
    [all...]
SystemZInstrInfo.td     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 239 def IsLogical(x):
492 elif IsComparison(seld) or IsLogical(seld):
  /external/icu/icu4c/source/common/
ushape.cpp 342 UBool isLogical, UBool lastStrongWasAL) {
351 if(isLogical) {
    [all...]

Completed in 232 milliseconds