Searched refs:nAttrLen (Results 1 – 1 of 1) sorted by relevance
5442 LONG nAttrLen = ImmGetCompositionStringW( hIMC, GCS_COMPATTR, 0, 0 ); in ImplHandleIMECompositionInput() local5443 if ( nAttrLen > 0 ) in ImplHandleIMECompositionInput()5445 pAttrBuf = new BYTE[nAttrLen]; in ImplHandleIMECompositionInput()5446 ImmGetCompositionStringW( hIMC, GCS_COMPATTR, pAttrBuf, nAttrLen ); in ImplHandleIMECompositionInput()5454 for ( xub_StrLen i = 0; (i < nTextLen) && (i < nAttrLen); i++ ) in ImplHandleIMECompositionInput()