Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/mac/
DShapeArabic.c360 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
409 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
417 lastLink = prevLink; in shapeUnicode()
428 [lastLink & (LINKR + LINKL)] in shapeUnicode()
436 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()
439 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) in shapeUnicode()
456 prevLink = lastLink; in shapeUnicode()
457 lastLink = currLink; in shapeUnicode()
/external/icu4c/common/
Dushape.c1205 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1263 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1271lastLink = prevLink; /* spaces generated during lamalef generation. */ in shapeUnicode()
1296 [lastLink & (LINKR + LINKL)] in shapeUnicode()
1302 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()
1306 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) { in shapeUnicode()
1332 prevLink = lastLink; in shapeUnicode()
1333 lastLink = currLink; in shapeUnicode()
/external/libxml2/
Dxmlschemas.c8881 xmlSchemaTypeLinkPtr link, lastLink = NULL; in xmlSchemaParseUnion() local
8909 if (lastLink == NULL) in xmlSchemaParseUnion()
8912 lastLink->next = link; in xmlSchemaParseUnion()
8913 lastLink = link; in xmlSchemaParseUnion()
13258 xmlSchemaTypeLinkPtr link, lastLink, newLink; in xmlSchemaResolveUnionMemberTypes() local
13272 lastLink = NULL; in xmlSchemaResolveUnionMemberTypes()
13287 if (lastLink == NULL) in xmlSchemaResolveUnionMemberTypes()
13290 lastLink->next = link->next; in xmlSchemaResolveUnionMemberTypes()
13296 lastLink = link; in xmlSchemaResolveUnionMemberTypes()
13312 if (lastLink == NULL) in xmlSchemaResolveUnionMemberTypes()
[all …]