HomeSort by relevance Sort by last modified time
    Searched full:boundary_to (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 389 int boundary_to = -1; local
400 boundary_to = ss.to;
403 boundary_to = ss.to;
411 if (boundary_from != fromL[lv-1] || boundary_to != toL[lv-1]) {
413 boundary_to -= diff;
415 (new StrSegment(toString(lv-1), boundary_from, boundary_to))

Completed in 60 milliseconds