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

/external/icu4c/tools/genrb/
H A Dread.c123 UChar *pTarget = target; local
177 pTarget = target;
191 U_APPEND_CHAR32(c, pTarget,len);
192 pTarget = target;
193 ustr_uscat(token, pTarget,len, status);
237 pTarget = target;
246 U_APPEND_CHAR32(c, pTarget,len);
247 pTarget = target;
248 ustr_uscat(token, pTarget,len, status);
283 pTarget
[all...]
H A Dparse.c293 UChar *pTarget = NULL; local
345 pTarget = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * size);
346 uprv_memset(pTarget, 0, size*U_SIZEOF_UCHAR);
347 target = pTarget;
348 targetLimit = pTarget+size;
385 uprv_free(pTarget);
414 result = string_open(state->bundle, tag, pTarget, (int32_t)(target - pTarget), NULL, status);
418 uprv_free(pTarget);
435 UChar *pTarget local
1678 UChar *pTarget = NULL; local
[all...]
/external/icu4c/tools/toolutil/
H A Ducbuf.c57 UChar* pTarget; local
80 pTarget = target;
82 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
89 if(U_SUCCESS(*error) && (pTarget!=(target+1) || target[0]!=0xfeff)) {
161 UChar* pTarget=NULL; local
171 pTarget = buf->buffer;
179 memset(pTarget+offset,0xff,sizeof(UChar)*(MAX_IN_BUF-offset));
202 target=pTarget;
216 target = pTarget+offset;
284 target = pTarget
587 UChar* pTarget; local
[all...]
/external/icu4c/common/
H A Dustr_wcs.c290 UChar* pTarget = NULL; local
432 pTarget = target= dest;
446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
449 count+= pTarget - target;
453 pTarget = uStack;
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c[all...]

Completed in 234 milliseconds