Searched defs:isL (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp48 void DiffConsumer::printValue(Value *V, bool isL) { argument
56 printValue(cast<StoreInst>(V)->getPointerOperand(), isL);
59 printValue(cast<CallInst>(V)->getCalledValue(), isL);
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
78 if (isL) {
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc104 #define isL(u) (hb_in_ranges ((u), 0x1100u, 0x115Fu, 0xA960u, 0xA97Cu)) macro
240 if (isL (u) && buffer->idx + 1 < count)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc113 #define isL(u) (hb_in_ranges ((u), 0x1100u, 0x115Fu, 0xA960u, 0xA97Cu)) macro
249 if (isL (u) && buffer->idx + 1 < count)

Completed in 179 milliseconds