Searched refs:saveBuf (Results 1 – 5 of 5) sorted by relevance
77 char* saveBuf = tempBuf; in _strToWCS() local103 count =(tempBuf - saveBuf); in _strToWCS()107 tempBuf = saveBuf; in _strToWCS()119 saveBuf = tempBuf; in _strToWCS()134 tempBuf = saveBuf; in _strToWCS()140 saveBuf = tempBuf; in _strToWCS()143 saveBuf[count]=0; in _strToWCS()158 tempBuf = saveBuf; in _strToWCS()220 if(stackBuffer != saveBuf){ in _strToWCS()221 uprv_free(saveBuf); in _strToWCS()
94 saveBuf bytes.Buffer member230 if d.saveBuf.Len() > 0 {231 d.saveBuf.Reset()246 if d.saveBuf.Len() == 0 {249 d.saveBuf.Write(p)250 d.buf = d.saveBuf.Bytes()251 d.saveBuf.Reset()266 d.saveBuf.Write(d.buf)
197 const uint16_t* saveBuf = buffer; in byteArrayToRLEString() local233 return (int32_t) (buffer - saveBuf); in byteArrayToRLEString()
101874 char saveBuf[PARSE_TAIL_SZ];101885 memcpy(saveBuf, PARSE_TAIL(pParse), PARSE_TAIL_SZ);101890 memcpy(PARSE_TAIL(pParse), saveBuf, PARSE_TAIL_SZ);
101890 char saveBuf[PARSE_TAIL_SZ];101901 memcpy(saveBuf, PARSE_TAIL(pParse), PARSE_TAIL_SZ);101906 memcpy(PARSE_TAIL(pParse), saveBuf, PARSE_TAIL_SZ);