Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/common/
Dustr_wcs.c72 char* saveBuf = tempBuf; in _strToWCS() local
98 count =(tempBuf - saveBuf); in _strToWCS()
102 tempBuf = saveBuf; in _strToWCS()
110 saveBuf = tempBuf; in _strToWCS()
125 tempBuf = saveBuf; in _strToWCS()
131 saveBuf = tempBuf; in _strToWCS()
134 saveBuf[count]=0; in _strToWCS()
149 tempBuf = saveBuf; in _strToWCS()
211 if(stackBuffer != saveBuf){ in _strToWCS()
212 uprv_free(saveBuf); in _strToWCS()
/external/icu4c/common/
Dustr_wcs.c79 char* saveBuf = tempBuf; in _strToWCS() local
105 count =(tempBuf - saveBuf); in _strToWCS()
109 tempBuf = saveBuf; in _strToWCS()
117 saveBuf = tempBuf; in _strToWCS()
132 tempBuf = saveBuf; in _strToWCS()
138 saveBuf = tempBuf; in _strToWCS()
141 saveBuf[count]=0; in _strToWCS()
156 tempBuf = saveBuf; in _strToWCS()
218 if(stackBuffer != saveBuf){ in _strToWCS()
219 uprv_free(saveBuf); in _strToWCS()
/external/icu4c/tools/genrb/
Drle.c195 const uint16_t* saveBuf = buffer; in byteArrayToRLEString() local
231 return (int32_t) (buffer - saveBuf); in byteArrayToRLEString()
/external/chromium/third_party/icu/source/tools/genrb/
Drle.c195 const uint16_t* saveBuf = buffer; in byteArrayToRLEString() local
231 return (int32_t) (buffer - saveBuf); in byteArrayToRLEString()
/external/chromium/net/third_party/nss/ssl/
Dnotes.txt79 ss->saveBuf Used only by socks code. Intended to be used to buffer
138 ss->saveBuf.* (which is dead)
Dsslimpl.h1103 sslBuffer saveBuf; /*xmitBufLock*/ member
Dsslsock.c406 PORT_Free(ss->saveBuf.buf); in ssl_DestroySocketContents()
/external/sqlite/dist/
Dsqlite3.c66717 char saveBuf[SAVE_SZ];
66728 memcpy(saveBuf, &pParse->nVar, SAVE_SZ);
66733 memcpy(&pParse->nVar, saveBuf, SAVE_SZ);
Dsqlite3.c.orig66706 char saveBuf[SAVE_SZ];
66717 memcpy(saveBuf, &pParse->nVar, SAVE_SZ);
66722 memcpy(&pParse->nVar, saveBuf, SAVE_SZ);