Home
last modified time | relevance | path

Searched refs:lastLink (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1640 int lastLink = 0; in shapeUnicode() local
1665 if (((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0)) { in shapeUnicode()
1675 lastLink = prevLink; in shapeUnicode()
1702 [lastLink & LINK_MASK] in shapeUnicode()
1709 ((lastLink & LINKL) != 0) && in shapeUnicode()
1714 (lastLink & LAMTYPE) == LAMTYPE)) { in shapeUnicode()
1741 prevLink = lastLink; in shapeUnicode()
1742 lastLink = currLink; in shapeUnicode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1688 int lastLink = 0; in shapeUnicode() local
1713 if (((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0)) { in shapeUnicode()
1723 lastLink = prevLink; in shapeUnicode()
1750 [lastLink & LINK_MASK] in shapeUnicode()
1757 ((lastLink & LINKL) != 0) && in shapeUnicode()
1762 (lastLink & LAMTYPE) == LAMTYPE)) { in shapeUnicode()
1789 prevLink = lastLink; in shapeUnicode()
1790 lastLink = currLink; in shapeUnicode()
/external/jsoncpp/src/lib_json/
Djson_internalmap.inl274 ValueInternalLink*& lastLink = getLastLinkInBucket(index); local
279 if (lastLink->items_[lastItemIndex].isItemAvailable())
285 Value* valueToPreserve = &lastLink->items_[lastUsedIndex];
290 ValueInternalLink* linkPreviousToLast = lastLink->previous_;
293 mapAllocator()->releaseMapLink(lastLink);
295 lastLink = linkPreviousToLast;
/external/icu/icu4c/source/common/
Dushape.cpp1209 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1267 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1275lastLink = prevLink; /* spaces generated during lamalef generation. */ in shapeUnicode()
1300 [lastLink & (LINKR + LINKL)] in shapeUnicode()
1306 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()
1310 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) { in shapeUnicode()
1340 prevLink = lastLink; in shapeUnicode()
1341 lastLink = currLink; in shapeUnicode()
/external/libxml2/
Dxmlschemas.c8942 xmlSchemaTypeLinkPtr link, lastLink = NULL; in xmlSchemaParseUnion() local
8970 if (lastLink == NULL) in xmlSchemaParseUnion()
8973 lastLink->next = link; in xmlSchemaParseUnion()
8974 lastLink = link; in xmlSchemaParseUnion()
13327 xmlSchemaTypeLinkPtr link, lastLink, newLink; in xmlSchemaResolveUnionMemberTypes() local
13341 lastLink = NULL; in xmlSchemaResolveUnionMemberTypes()
13356 if (lastLink == NULL) in xmlSchemaResolveUnionMemberTypes()
13359 lastLink->next = link->next; in xmlSchemaResolveUnionMemberTypes()
13365 lastLink = link; in xmlSchemaResolveUnionMemberTypes()
13381 if (lastLink == NULL) in xmlSchemaResolveUnionMemberTypes()
[all …]