Home
last modified time | relevance | path

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

/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtmx_alignment.cc181 int borderCase = ( (huPos==0) ? 0 : 2 ) + ( (enPos==0) ? 0 : 1 ) ; in buildDynProgMatrix() local
183 switch (borderCase) in buildDynProgMatrix()