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

  /external/icu/icu4c/source/layout/
GlyphPositionAdjustments.cpp 31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const
37 return fEntryExitPoints[index].getEntryPoint(entryPoint);
110 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) {
147 if (getEntryPoint(i, dummyAnchor) != NULL) {
165 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getEntryPoint(LEPoint &entryPoint) const
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 243 header->e_entry = getEntryPoint(pConfig, pModule);
260 /// getEntryPoint
261 uint64_t ELFObjectWriter::getEntryPoint(const LinkerConfig& pConfig,

Completed in 566 milliseconds