Searched refs:pAttrBuf (Results 1 – 2 of 2) sorted by relevance
3245 PM_BYTE* pAttrBuf = NULL; in ImplHandleIMEConversion() local3272 pAttrBuf = new PM_BYTE[nAttrBufLen]; in ImplHandleIMEConversion()3273 … pIMEData->mpGetConversionString( hIMI, IMR_CONV_CONVERSIONATTR, pAttrBuf, &nAttrBufLen ); in ImplHandleIMEConversion()3308 if ( pAttrBuf ) in ImplHandleIMEConversion()3317 PM_BYTE nOS2Attr = pAttrBuf[i]; in ImplHandleIMEConversion()3333 delete [] pAttrBuf; in ImplHandleIMEConversion()
5447 BYTE* pAttrBuf = NULL; in ImplHandleIMECompositionInput() local5451 pAttrBuf = new BYTE[nAttrLen]; in ImplHandleIMECompositionInput()5452 ImmGetCompositionStringW( hIMC, GCS_COMPATTR, pAttrBuf, nAttrLen ); in ImplHandleIMECompositionInput()5455 if ( pAttrBuf ) in ImplHandleIMECompositionInput()5462 BYTE nWinAttr = pAttrBuf[i]; in ImplHandleIMECompositionInput()5481 delete [] pAttrBuf; in ImplHandleIMECompositionInput()
Completed in 56 milliseconds