Home | History | Annotate | Download | only in javascript

Lines Matching full:postfix

2035 	CFX_WideString prefix,postfix;

2044 postfix = swValue.Mid(pEventHandler->SelEnd(), swValue.GetLength() - pEventHandler->SelEnd());
2045 else postfix = L"";
2047 vRet = prefix + pEventHandler->Change() + postfix;