Home
last modified time | relevance | path

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

/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/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1646 int lastLink = 0; in shapeUnicode() local
1671 if (((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0)) { in shapeUnicode()
1681 lastLink = prevLink; in shapeUnicode()
1708 [lastLink & LINK_MASK] in shapeUnicode()
1715 ((lastLink & LINKL) != 0) && in shapeUnicode()
1720 (lastLink & LAMTYPE) == LAMTYPE)) { in shapeUnicode()
1747 prevLink = lastLink; in shapeUnicode()
1748 lastLink = currLink; in shapeUnicode()
/external/icu/icu4c/source/common/
Dushape.cpp1207 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1265 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1273lastLink = prevLink; /* spaces generated during lamalef generation. */ in shapeUnicode()
1298 [lastLink & (LINKR + LINKL)] in shapeUnicode()
1304 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()
1308 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) { in shapeUnicode()
1338 prevLink = lastLink; in shapeUnicode()
1339 lastLink = currLink; in shapeUnicode()
/external/cronet/third_party/icu/source/common/
Dushape.cpp1207 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1265 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1273lastLink = prevLink; /* spaces generated during lamalef generation. */ in shapeUnicode()
1298 [lastLink & (LINKR + LINKL)] in shapeUnicode()
1304 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()
1308 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) { in shapeUnicode()
1338 prevLink = lastLink; in shapeUnicode()
1339 lastLink = currLink; in shapeUnicode()
/external/libxml2/
Dxmlschemas.c9007 xmlSchemaTypeLinkPtr link, lastLink = NULL; in xmlSchemaParseUnion() local
9043 if (lastLink == NULL) in xmlSchemaParseUnion()
9046 lastLink->next = link; in xmlSchemaParseUnion()
9047 lastLink = link; in xmlSchemaParseUnion()
13400 xmlSchemaTypeLinkPtr link, lastLink, newLink; in xmlSchemaResolveUnionMemberTypes() local
13414 lastLink = NULL; in xmlSchemaResolveUnionMemberTypes()
13429 if (lastLink == NULL) in xmlSchemaResolveUnionMemberTypes()
13432 lastLink->next = link->next; in xmlSchemaResolveUnionMemberTypes()
13438 lastLink = link; in xmlSchemaResolveUnionMemberTypes()
13454 if (lastLink == NULL) in xmlSchemaResolveUnionMemberTypes()
[all …]