Searched refs:saveBuf (Results 1 – 4 of 4) 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()
197 const uint16_t* saveBuf = buffer; in byteArrayToRLEString() local233 return (int32_t) (buffer - saveBuf); in byteArrayToRLEString()
99710 char saveBuf[PARSE_TAIL_SZ];99721 memcpy(saveBuf, PARSE_TAIL(pParse), PARSE_TAIL_SZ);99726 memcpy(PARSE_TAIL(pParse), saveBuf, PARSE_TAIL_SZ);