HomeSort by relevance Sort by last modified time
    Searched refs:getEntryPoint (Results 1 - 5 of 5) 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
GlyphPositionAdjustments.h 72 LEPoint *getEntryPoint(LEPoint &entryPoint) const;
109 const LEPoint *getEntryPoint(le_int32 index, LEPoint &entryPoint) const;
GlyphIterator.cpp 183 glyphPositionAdjustments->getEntryPoint(position, entryPoint);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 59 uint64_t getEntryPoint(const LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 246 header->e_entry = getEntryPoint(pConfig, pModule);
263 /// getEntryPoint
264 uint64_t ELFObjectWriter::getEntryPoint(const LinkerConfig& pConfig,

Completed in 1361 milliseconds