Home
last modified time | relevance | path

Searched refs:saveBuf (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dustr_wcs.cpp77 char* saveBuf = tempBuf; in _strToWCS() local
103 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()
/third_party/skia/third_party/externals/icu/source/common/
Dustr_wcs.cpp77 char* saveBuf = tempBuf; in _strToWCS() local
103 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()
/third_party/icu/icu4c/source/common/
Dustr_wcs.cpp77 char* saveBuf = tempBuf; in _strToWCS() local
103 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()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Drle.c198 const uint16_t* saveBuf = buffer; in byteArrayToRLEString() local
234 return (int32_t) (buffer - saveBuf); in byteArrayToRLEString()
/third_party/icu/icu4c/source/tools/genrb/
Drle.c198 const uint16_t* saveBuf = buffer; in byteArrayToRLEString() local
234 return (int32_t) (buffer - saveBuf); in byteArrayToRLEString()
/third_party/node/deps/icu-small/source/tools/genrb/
Drle.c198 const uint16_t* saveBuf = buffer; in byteArrayToRLEString() local
234 return (int32_t) (buffer - saveBuf); in byteArrayToRLEString()
/third_party/sqlite/src/
Dsqlite3.c117551 char saveBuf[PARSE_TAIL_SZ];
117567 memcpy(saveBuf, PARSE_TAIL(pParse), PARSE_TAIL_SZ);
117573 memcpy(PARSE_TAIL(pParse), saveBuf, PARSE_TAIL_SZ);