Home
last modified time | relevance | path

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

/external/webkit/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.c1195 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1253 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1261lastLink = prevLink; /* spaces generated during lamalef generation. */ in shapeUnicode()
1286 [lastLink & (LINKR + LINKL)] in shapeUnicode()
1292 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()
1296 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) { in shapeUnicode()
1322 prevLink = lastLink; in shapeUnicode()
1323 lastLink = currLink; in shapeUnicode()
/external/chromium/third_party/icu/source/common/
Dushape.c1197 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1255 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1263lastLink = prevLink; /* spaces generated during lamalef generation. */ in shapeUnicode()
1288 [lastLink & (LINKR + LINKL)] in shapeUnicode()
1294 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()
1298 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) { in shapeUnicode()
1324 prevLink = lastLink; in shapeUnicode()
1325 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()
13190 xmlSchemaTypeLinkPtr link, lastLink, newLink; in xmlSchemaResolveUnionMemberTypes() local
13204 lastLink = NULL; in xmlSchemaResolveUnionMemberTypes()
13219 if (lastLink == NULL) in xmlSchemaResolveUnionMemberTypes()
13222 lastLink->next = link->next; in xmlSchemaResolveUnionMemberTypes()
13228 lastLink = link; in xmlSchemaResolveUnionMemberTypes()
13244 if (lastLink == NULL) in xmlSchemaResolveUnionMemberTypes()
[all …]