Lines Matching refs:tempsource
1497 UChar *tempbuffer, *tempsource = NULL; in u_shapeArabic() local
1513 tempsource = (UChar *)uprv_malloc(2*sourceLength*U_SIZEOF_UCHAR); in u_shapeArabic()
1514 if(tempsource == NULL) { in u_shapeArabic()
1524 tempsource[j] = (prev<source[i]?prev:source[i])-0x064C+0xFC5E; in u_shapeArabic()
1525 currLink = getLink(tempsource[j]); in u_shapeArabic()
1528 tempsource[j+=step] = source[i]; in u_shapeArabic()
1533 source = tempsource+(logical_order?0:j); in u_shapeArabic()
1548 if (tempsource != NULL) uprv_free(tempsource); in u_shapeArabic()
1570 if (tempsource != NULL) uprv_free(tempsource); in u_shapeArabic()
1575 if (tempsource != NULL){ in u_shapeArabic()
1576 uprv_free(tempsource); in u_shapeArabic()