Searched refs:saveBuf (Results 1 – 7 of 7) 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()
198 const uint16_t* saveBuf = buffer; in byteArrayToRLEString() local234 return (int32_t) (buffer - saveBuf); in byteArrayToRLEString()
117551 char saveBuf[PARSE_TAIL_SZ];117567 memcpy(saveBuf, PARSE_TAIL(pParse), PARSE_TAIL_SZ);117573 memcpy(PARSE_TAIL(pParse), saveBuf, PARSE_TAIL_SZ);