Searched refs:tempsource (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dushape.c1500 UChar *tempbuffer, *tempsource = NULL; local
1516 tempsource = (UChar *)uprv_malloc(2*sourceLength*U_SIZEOF_UCHAR);
1517 if(tempsource == NULL) {
1527 tempsource[j] = (prev<source[i]?prev:source[i])-0x064C+0xFC5E;
1528 currLink = getLink(tempsource[j]);
1531 tempsource[j+=step] = source[i];
1536 source = tempsource+(logical_order?0:j);
1551 if (tempsource != NULL) uprv_free(tempsource);
1573 if (tempsource !
[all...]

Completed in 460 milliseconds