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

  /external/icu4c/test/intltest/
itspoof.cpp 145 const uint32_t ML = 0;
165 CHECK_SKELETON(ML, "OOPS", "OOPS");
166 CHECK_SKELETON(ML, "00PS", "00PS"); // Digit 0 unchanged in lower case mode.
174 // This mapping exists in the ML and MA tables, does not exist in SL, SA
178 CHECK_SKELETON(ML, "\\u0C83", "\\u0983");
185 CHECK_SKELETON(ML, "\\u0391", "\\u0391");
189 // This mapping exists in the ML and MA tables
190 CHECK_SKELETON(ML, "\\u13CF", "b");
199 CHECK_SKELETON(ML, "\\u0022", "\\u0027\\u0027");
390 } else if (tableType.indexOf("ML") >= 0)
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 511 const MachineLoop *ML = MLI->getLoopFor(BB);
512 if (ML && ML->getHeader()->isLandingPad()) continue;
705 const MachineLoop *ML = MLI->getLoopFor(BB);
706 if (ML && ML->getHeader()->isLandingPad())
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 75 milliseconds