Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java543 byte lastStrong; /* bidi class of last strong char found in this run */ field in Bidi.IsoRun
1828 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 …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidi.java543 byte lastStrong; /* bidi class of last strong char found in this run */ field in Bidi.IsoRun
1794 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 …]
/third_party/skia/third_party/externals/icu/source/common/
Dubidi.cpp454 DirProp lastStrong=ON; /* for default level & inverse BiDi */ in getDirProps() local
474 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 …]
Dubidiimp.h174 DirProp lastStrong; /* bidi class of last strong char found in this run */ member
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidi.cpp454 DirProp lastStrong=ON; /* for default level & inverse BiDi */ in getDirProps() local
474 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 …]
Dubidiimp.h166 DirProp lastStrong; /* bidi class of last strong char found in this run */ member
/third_party/icu/icu4c/source/common/
Dubidi.cpp454 DirProp lastStrong=ON; /* for default level & inverse BiDi */ in getDirProps() local
474 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 …]
Dubidiimp.h174 DirProp lastStrong; /* bidi class of last strong char found in this run */ member
/third_party/node/deps/icu-small/source/common/
Dubidi.cpp454 DirProp lastStrong=ON; /* for default level & inverse BiDi */ in getDirProps() local
474 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 …]
Dubidiimp.h174 DirProp lastStrong; /* bidi class of last strong char found in this run */ member