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

/frameworks/compile/linkloader/include/
H A DELFSectionHeader.h74 word_t getLink() const { function in class:ELFSectionHeader_CRTP
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h96 /// getLink - return the Link. When a section A needs the other section B
101 LDSection* getLink() function in class:mcld::LDSection
104 const LDSection* getLink() const function in class:mcld::LDSection
/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java945 * Name : getLink
950 private static int getLink(char ch) { method in class:ArabicShaping
1664 int currLink = getLink(dest[i]);
1683 nextLink = getLink(dest[nw]);
1703 currLink = getLink(wLamalef); // requires '\u0000', unfortunately
1775 currLink = getLink(dest[i]);

Completed in 792 milliseconds