Searched refs:lastLink (Results 1 – 3 of 3) sorted by relevance
360 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local409 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()
1205 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local1263 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()1271 … lastLink = 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()
8881 xmlSchemaTypeLinkPtr link, lastLink = NULL; in xmlSchemaParseUnion() local8909 if (lastLink == NULL) in xmlSchemaParseUnion()8912 lastLink->next = link; in xmlSchemaParseUnion()8913 lastLink = link; in xmlSchemaParseUnion()13258 xmlSchemaTypeLinkPtr link, lastLink, newLink; in xmlSchemaResolveUnionMemberTypes() local13272 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 …]