Searched defs:orgPos (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextArea.cpp625 LONG AwtTextArea::getJavaSelPos(LONG orgPos) argument
628 long pos = orgPos;
652 LONG AwtTextArea::getWin32SelPos(LONG orgPos) argument
656 return orgPos;
H A Dawt_TextComponent.cpp397 LONG AwtTextComponent::getJavaSelPos(LONG orgPos) argument
412 while (cur < orgPos && pos++ < wlen) {
422 LONG AwtTextComponent::getWin32SelPos(LONG orgPos) argument
437 while (cur < orgPos && pos < wlen) {

Completed in 34 milliseconds