Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dushape.cpp1497 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()
[all …]
/external/autotest/server/cros/
Dgsutil_wrapper.py33 with tempfile.NamedTemporaryFile(suffix='.wpr') as tempsource:
34 tempsourcepath = tempsource.name