HomeSort by relevance Sort by last modified time
    Searched defs:targetLimit (Results 26 - 43 of 43) sorted by null

12

  /external/chromium/third_party/icu/source/common/
ucnv.c     [all...]
ucnvisci.c     [all...]
ucnvmbcs.c     [all...]
ucnv2022.c 407 uint8_t **target, const char *targetLimit,
413 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ncnvtst.c     [all...]
ccapitst.c 449 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0;
455 targetLimit=0;
457 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", NULL, targetLimit , (const char*)source, sourceLimit, &err);
460 targetLimit=targetCapacity+1;
461 target=(char*)malloc(sizeof(char) * targetLimit);
462 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err);
474 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source+1, -1, &err);
482 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, 0, &err);
489 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err);
496 targetLimit=0
    [all...]
nucnvtst.c     [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
parse.c 290 UChar *targetLimit = NULL;
343 targetLimit = pTarget+size;
346 while (target < targetLimit)
405 if(target < targetLimit){
    [all...]
  /external/icu4c/common/
ucnv.c     [all...]
ucnvisci.c     [all...]
ucnv2022.c 407 uint8_t **target, const char *targetLimit,
413 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
    [all...]
ucnvmbcs.c     [all...]
  /external/icu4c/i18n/
rbt_pars.cpp     [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]
ccapitst.c 455 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0;
461 targetLimit=0;
463 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", NULL, targetLimit , (const char*)source, sourceLimit, &err);
466 targetLimit=targetCapacity+1;
467 target=(char*)malloc(sizeof(char) * targetLimit);
468 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err);
480 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source+1, -1, &err);
488 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, 0, &err);
495 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err);
502 targetLimit=0
    [all...]
nucnvtst.c     [all...]
  /external/icu4c/tools/genrb/
parse.c 290 UChar *targetLimit = NULL;
343 targetLimit = pTarget+size;
346 while (target < targetLimit)
405 if(target < targetLimit){
    [all...]

Completed in 935 milliseconds

12