Searched refs:lastStrong (Results 1 – 10 of 10) sorted by relevance
543 byte lastStrong; /* bidi class of last strong char found in this run */ field in Bidi.IsoRun1828 byte lastStrong = ON; /* for default level & inverse Bidi */ in getDirProps()1849 lastStrong = defaultParaLevel; in getDirProps()1902 lastStrong = L; in getDirProps()1917 lastStrong = R; in getDirProps()1955 if (isDefaultLevelInverse && lastStrong == R) in getDirProps()1969 lastStrong = defaultParaLevel; in getDirProps()2005 if (isDefaultLevelInverse && lastStrong == R) { in getDirProps()2057 …bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(GetParaLevel… in bracketInit()2069 … bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(level & 1); in bracketProcessB()[all …]
543 byte lastStrong; /* bidi class of last strong char found in this run */ field in Bidi.IsoRun1794 byte lastStrong = ON; /* for default level & inverse Bidi */ in getDirProps()1815 lastStrong = defaultParaLevel; in getDirProps()1868 lastStrong = L; in getDirProps()1883 lastStrong = R; in getDirProps()1921 if (isDefaultLevelInverse && lastStrong == R) in getDirProps()1935 lastStrong = defaultParaLevel; in getDirProps()1971 if (isDefaultLevelInverse && lastStrong == R) { in getDirProps()2023 …bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(GetParaLevel… in bracketInit()2035 … bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(level & 1); in bracketProcessB()[all …]
454 DirProp lastStrong=ON; /* for default level & inverse BiDi */ in getDirProps() local474 lastStrong=defaultParaLevel; in getDirProps()519 lastStrong=L; in getDirProps()534 lastStrong=R; in getDirProps()572 if(isDefaultLevelInverse && lastStrong==R) in getDirProps()587 lastStrong=defaultParaLevel; in getDirProps()623 if(isDefaultLevelInverse && lastStrong==R) { in getDirProps()678 bd->isoRuns[0].lastStrong = bd->isoRuns[0].lastBase = t; in bracketInit()698 bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=level&1; in bracketProcessB()715 pLastIsoRun->lastStrong=pLastIsoRun->lastBase=contextLevel&1; in bracketProcessBoundary()[all …]
174 DirProp lastStrong; /* bidi class of last strong char found in this run */ member
166 DirProp lastStrong; /* bidi class of last strong char found in this run */ member