Searched refs:lastStrong (Results 1 – 4 of 4) sorted by relevance
539 byte lastStrong; /* bidi class of last strong char found in this run */ field in Bidi.IsoRun1822 byte lastStrong = ON; /* for default level & inverse Bidi */ in getDirProps()1843 lastStrong = defaultParaLevel; in getDirProps()1896 lastStrong = L; in getDirProps()1911 lastStrong = R; in getDirProps()1949 if (isDefaultLevelInverse && lastStrong == R) in getDirProps()1963 lastStrong = defaultParaLevel; in getDirProps()1999 if (isDefaultLevelInverse && lastStrong == R) { in getDirProps()2051 …bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(GetParaLevel… in bracketInit()2063 … bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(level & 1); in bracketProcessB()[all …]
539 byte lastStrong; /* bidi class of last strong char found in this run */ field in Bidi.IsoRun1787 byte lastStrong = ON; /* for default level & inverse Bidi */ in getDirProps()1808 lastStrong = defaultParaLevel; in getDirProps()1861 lastStrong = L; in getDirProps()1876 lastStrong = R; in getDirProps()1914 if (isDefaultLevelInverse && lastStrong == R) in getDirProps()1928 lastStrong = defaultParaLevel; in getDirProps()1964 if (isDefaultLevelInverse && lastStrong == R) { in getDirProps()2016 …bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(GetParaLevel… in bracketInit()2028 … bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(level & 1); in bracketProcessB()[all …]
457 DirProp lastStrong=ON; /* for default level & inverse BiDi */ in getDirProps() local477 lastStrong=defaultParaLevel; in getDirProps()522 lastStrong=L; in getDirProps()537 lastStrong=R; in getDirProps()575 if(isDefaultLevelInverse && lastStrong==R) in getDirProps()590 lastStrong=defaultParaLevel; in getDirProps()626 if(isDefaultLevelInverse && lastStrong==R) { in getDirProps()680 …bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=GET_PARALEVEL(pBiDi, 0… in bracketInit()699 bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=level&1; in bracketProcessB()715 pLastIsoRun->lastStrong=pLastIsoRun->lastBase=pLastIsoRun->contextDir=contextLevel&1; in bracketProcessBoundary()[all …]
166 DirProp lastStrong; /* bidi class of last strong char found in this run */ member