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

/external/icu/icu4c/source/common/
H A Dushape.cpp1499 UChar *tempbuffer, *tempsource = NULL; local
1515 tempsource = (UChar *)uprv_malloc(2*sourceLength*U_SIZEOF_UCHAR);
1516 if(tempsource == NULL) {
1526 tempsource[j] = (prev<source[i]?prev:source[i])-0x064C+0xFC5E;
1527 currLink = getLink(tempsource[j]);
1530 tempsource[j+=step] = source[i];
1535 source = tempsource+(logical_order?0:j);
1550 if (tempsource != NULL) uprv_free(tempsource);
1572 if (tempsource !
[all...]

Completed in 116 milliseconds