Home
last modified time | relevance | path

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

/AOO42X/main/jvmfwk/source/
H A Dfwkutil.cxx136 char* pCurBuf = pBuf; in encodeBase16() local
142 *pCurBuf = EncodingTable[curChar]; in encodeBase16()
143 pCurBuf++; in encodeBase16()
148 *pCurBuf = EncodingTable[curChar]; in encodeBase16()
149 pCurBuf++; in encodeBase16()