Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/extra/scrptrun/
Dscrptrun.cpp117 int32_t startSP = parenSP; // used to find the first new open character in next() local
165 if (parenSP < startSP) { in next()
166 startSP = parenSP; in next()
181 while (startSP < parenSP) { in next()
182 parenStack[++startSP].scriptCode = scriptCode; in next()
190 startSP -= 1; in next()
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
Dscrptrun.cpp117 int32_t startSP = parenSP; // used to find the first new open character in next() local
165 if (parenSP < startSP) { in next()
166 startSP = parenSP; in next()
181 while (startSP < parenSP) { in next()
182 parenStack[++startSP].scriptCode = scriptCode; in next()
190 startSP -= 1; in next()
/third_party/flutter/skia/third_party/externals/icu/source/extra/scrptrun/
Dscrptrun.cpp115 int32_t startSP = parenSP; // used to find the first new open character in next() local
163 if (parenSP < startSP) { in next()
164 startSP = parenSP; in next()
179 while (startSP < parenSP) { in next()
180 parenStack[++startSP].scriptCode = scriptCode; in next()
188 startSP -= 1; in next()