HomeSort by relevance Sort by last modified time
    Searched defs:pTarget (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 283 UChar* pTarget = NULL;
425 pTarget = target= dest;
439 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
442 count+= pTarget - target;
446 pTarget = uStack;
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 123 UChar *pTarget = target;
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 = target
    [all...]
parse.c 293 UChar *pTarget = NULL;
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 = NULL
    [all...]
  /external/icu4c/common/
ustr_wcs.cpp 290 UChar* pTarget = NULL;
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/icu4c/tools/genrb/
read.c 125 UChar *pTarget = target;
179 pTarget = target;
193 U_APPEND_CHAR32(c, pTarget,len);
194 pTarget = target;
195 ustr_uscat(token, pTarget,len, status);
239 pTarget = target;
248 U_APPEND_CHAR32(c, pTarget,len);
249 pTarget = target;
250 ustr_uscat(token, pTarget,len, status);
285 pTarget = target
    [all...]
parse.cpp 290 UChar *pTarget = NULL;
342 pTarget = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * size);
343 uprv_memset(pTarget, 0, size*U_SIZEOF_UCHAR);
344 target = pTarget;
345 targetLimit = pTarget+size;
382 uprv_free(pTarget);
411 result = string_open(state->bundle, tag, pTarget, (int32_t)(target - pTarget), NULL, status);
415 uprv_free(pTarget);
432 UChar *pTarget = NULL
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c 57 UChar* pTarget;
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;
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+offset
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 58 UChar* pTarget;
81 pTarget = target;
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
90 if(U_SUCCESS(*error) && (pTarget!=(target+1) || target[0]!=0xfeff)) {
162 UChar* pTarget=NULL;
172 pTarget = buf->buffer;
180 memset(pTarget+offset,0xff,sizeof(UChar)*(MAX_IN_BUF-offset));
203 target=pTarget;
217 target = pTarget+offset;
285 target = pTarget+offset
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 586 char *pTarget;
592 pTarget = r->p;
595 nTarget = r->p-pTarget;
606 memmove(pTarget+nSource, pTarget+nTarget, docListEnd(d)-(pTarget+nTarget));
609 int iDoclist = pTarget-d->pData;
611 pTarget = d->pData+iDoclist;
614 memmove(pTarget+nSource, pTarget+nTarget, docListEnd(d)-(pTarget+nTarget))
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1634 milliseconds