Home
last modified time | relevance | path

Searched refs:mod_to (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DComposingText.java175 int mod_to = mod_from + ((mod_len == 0)? 0 : (mod_len - 1)); in modifyUpper() local
180 last.to = mod_to; in modifyUpper()
232 ss.to = (last_to < mod_to)? mod_to : (last_to + diff); in modifyUpper()
245 StrSegment ss = new StrSegment(toString(layer, mod_from, mod_to), in modifyUpper()
246 mod_from, mod_to); in modifyUpper()