Searched refs:rawFeedbacks (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java129 private IntBuffer rawFeedbacks; field in class:X11InputMethod
622 rawFeedbacks = new IntBuffer(INITIAL_SIZE);
626 rawFeedbacks.replace(chgOffset, chgStyles);
632 rawFeedbacks = new IntBuffer(INITIAL_SIZE);
646 rawFeedbacks.remove(chgOffset, chgLength);
654 rawFeedbacks.insert(chgOffset, chgStyles);
659 rawFeedbacks = null;
704 rawFeedbacks.rewind();
705 currentFeedback = rawFeedbacks.getNext();
706 rawFeedbacks
[all...]

Completed in 54 milliseconds