Lines Matching refs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
109 // The use of compositionEnableSupported is to reduce unnecessary
112 // It is set to false if that exception is thrown first time
119 // with the input method. It is used to save the composition mode when
125 // variables to keep track of preedit context.
126 // these variables need to be accessed within AWT_LOCK/UNLOCK
133 // this structure needs to be accessed within AWT_LOCK/UNLOCK
225 * Set locale to input. If input method doesn't support specified locale,
228 * @param lang locale to input
259 * Dispatch event to input method. InputContext dispatch event with this
270 /* needResetXIC is used to indicate whether to call
278 // needs to reset the last xic focussed component.
288 * Reset the composition state to the current composition state.
293 /* Restore the composition mode to the last saved composition
350 current focussed component, change the XIC focus to the newly
386 So in order to carry the composition mode across the components sharing the same
391 setXICFocus here sets the XIC to 0.
470 // It is desirable to disable XIM by calling XSetICValues with
517 * Used to protect preedit data
553 * Dispatches committed text from XIM to the awt event queue. This
561 // to insure that it cannot be overridden by client subclasses.
588 * posts composed text to the awt event queue. The args of
589 * this method correspond to the XIM preedit callback
597 // to insure that it cannot be overridden by client subclasses.
629 // optimization for the special case to replace the
642 // in case to remove substring from chgOffset
643 // to the end
662 // dispatchCommittedText(), it has to be sent to the
670 // otherwise, send null text to delete client's composed
682 // Now sending the composed text to the client
686 // if there is any partially committed text, concatenate it to
754 // to insure that it cannot be overridden by client subclasses.
832 the savedCompositionState to 'enable'. Otherwise, simply
835 Don't try to catch it since the method may be called by clients.
837 exception to be caught.
849 Don't try to catch it since this method may be called by clients.
851 exception to be caught.
859 * this may commit or delete uncommitted text. Any changes to the text
860 * are communicated to the active component using an input method event.
866 * saved to a file or copied to the clipboard.
885 /* needResetXIC is only set to true for active client. So passive
886 client should not reset the flag to false. */
892 // with null composed text. It would be desirable to wait for a
894 // input method does not conform to the XIM specification and does
895 // not call the preedit callback to erase preedit text on calling
920 * to find out the language service engine (atok or wnn) since there is
922 * IM server or language service and we want to try our best to return as much
928 * atok12setup(1) and wnn6setup(1) for the information written to
979 * Performs mapping from an XIM visible feedback value to Java IM highlight.
1016 * provides UNIX file io stream-like programming interfaces to
1017 * access it. (An alternative would be to use ArrayList which may