Home
last modified time | relevance | path

Searched refs:getLink (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dushape.cpp419 getLink(UChar ch) { in getLink() function
1220 currLink = getLink(dest[i]); in shapeUnicode()
1227 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) { in shapeUnicode()
1234 nextLink = getLink(dest[Nw]); in shapeUnicode()
1252 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
1326 currLink = getLink(dest[i]); in shapeUnicode()
1499 currLink = getLink(source[i]); in u_shapeArabic()
1503 currLink = getLink(tempsource[j]); in u_shapeArabic()
/external/icu/icu4c/source/common/
Dushape.cpp443 getLink(UChar ch) { in getLink() function
1244 currLink = getLink(dest[i]); in shapeUnicode()
1251 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) { in shapeUnicode()
1258 nextLink = getLink(dest[Nw]); in shapeUnicode()
1276 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
1350 currLink = getLink(dest[i]); in shapeUnicode()
1523 currLink = getLink(source[i]); in u_shapeArabic()
1527 currLink = getLink(tempsource[j]); in u_shapeArabic()
/external/doclava/src/com/google/doclava/
DSampleCode.java617 buf.append("<a href=\"" + list.get(i).getLink() + "\" title=\"" in renderGroupNodesTOC()
645 buf.append("<a href=\"" + list.get(i).getLink() + "\" title=\"" in renderProjectNodesTOC()
670 buf.append("<a href=\"" + list.get(i).getLink() + "\" title=\"" in renderChildrenToc()
701 public String getLink() { in getLink() method in SampleCode.Node
DPageMetadata.java774 public String getLink() { in getLink() method in PageMetadata.Node
/external/clang/lib/Driver/
DToolChain.cpp100 Tool *ToolChain::getLink() const { in getLink() function in ToolChain
112 return getLink(); in getTool()
/external/clang/include/clang/Driver/
DToolChain.h74 Tool *getLink() const;