HomeSort by relevance Sort by last modified time
    Searched refs:tempBuf (Results 1 - 7 of 7) sorted by null

  /external/icu4c/common/
ustr_wcs.c 75 char* tempBuf = stackBuffer;
79 char* saveBuf = tempBuf;
104 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
105 count =(tempBuf - saveBuf);
109 tempBuf = saveBuf;
112 if(!u_growAnyBufferFromStatic(stackBuffer,(void**) &tempBuf, &tempBufCapacity,
117 saveBuf = tempBuf;
118 tempBufLimit = tempBuf + tempBufCapacity;
119 tempBuf = tempBuf + count
    [all...]
ucnvhz.c 156 char tempBuf[2];
163 tempBuf[0]=0;
164 tempBuf[1]=0;
267 tempBuf[0] = (char) (leadByte+0x80) ;
268 tempBuf[1] = (char) (mySourceChar+0x80);
270 tempBuf, 2, args->converter->useFallback);
ucnv2022.c     [all...]
ucnv_u8.c 355 uint8_t tempBuf[4];
417 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
437 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) {
472 uint8_t tempBuf[4];
544 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
571 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) {
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 128 char tempBuf[256];
146 log_verbose("Pattern \"%s\" \n", u_austrcpy(tempBuf, pat) );
147 log_verbose("Format 123 -> %s\n", u_austrcpy(tempBuf, str) );
174 log_verbose("Pattern \"%s\" \n", u_austrcpy(tempBuf, pat) );
175 log_verbose("Format 123 -> %s\n", u_austrcpy(tempBuf, str) );
346 char tempBuf[256];
372 log_verbose("Pattern \" %s \" \n", u_austrcpy(tempBuf, pat));
373 log_verbose("Format 1234.56 -> %s\n", u_austrcpy(tempBuf, str) );
    [all...]
  /external/opencore/protocols/sdp/parser/src/
h264mediainfoparser.cpp 619 uint8* tempBuf = paramSetStartBufVec.back();
621 paramSetStartBufVec.push_front(tempBuf);
    [all...]
  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 546 uint8* tempBuf = OSCL_ARRAY_NEW(uint8, actualBufferSize);
551 OSCL_ARRAY_DELETE(tempBuf);
555 if (!MP3FileIO::readByteData(fp, actualBufferSize, tempBuf))
557 OSCL_ARRAY_DELETE(tempBuf);
565 pBuf = tempBuf;
573 OSCL_ARRAY_DELETE(tempBuf);
580 OSCL_ARRAY_DELETE(tempBuf);
    [all...]

Completed in 579 milliseconds