Home
last modified time | relevance | path

Searched refs:nCharCounter (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sal/qa/osl/socket/
H A Dsockethelper.cxx229 sal_Int32 nCharCounter = 0; in UStringIPToByteSequence() local
236 tmpBuffer[nCharCounter++] = *pChar; in UStringIPToByteSequence()
239 tmpBuffer[nCharCounter] = '\0'; in UStringIPToByteSequence()
240 nCharCounter = 0; in UStringIPToByteSequence()
H A Dosl_Socket.cxx250 sal_Int32 nCharCounter = 0; in UStringIPToByteSequence() local
257 tmpBuffer[nCharCounter++] = *pChar; in UStringIPToByteSequence()
260 tmpBuffer[nCharCounter] = '\0'; in UStringIPToByteSequence()
261 nCharCounter = 0; in UStringIPToByteSequence()

Completed in 76 milliseconds