Home
last modified time | relevance | path

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

/external/icu4c/common/
Dtriedict.cpp232 UVector32 fBranchStack; // Stack of which branch we are working on member in MutableTrieEnumeration
246 : fNodeStack(status), fBranchStack(status) { in MutableTrieEnumeration()
249 fBranchStack.push(kLessThan, status); in MutableTrieEnumeration()
266 StackBranch where = (StackBranch) fBranchStack.peeki(); in snext()
274 fBranchStack.setElementAt(kEqual, fBranchStack.size()-1); in snext()
276 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
288 fBranchStack.setElementAt(kGreaterThan, fBranchStack.size()-1); in snext()
292 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
306 fBranchStack.setElementAt(kDone, fBranchStack.size()-1); in snext()
308 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
[all …]
/external/skia/src/animator/
DSkScriptTokenizer.cpp120 fBranchStack.push(branch); in SkScriptEngine2()
132 int limit = fBranchStack.count() - 1; in addToken()
134 Branch& branch = fBranchStack.index(index); in addToken()
139 while (fBranchStack.top().fDone == Branch::kIsDone) in addToken()
140 fBranchStack.pop(); in addToken()
471 int branchBalance = fBranchStack.count(); in innerScript()
688 branchBalance = fBranchStack.count() - branchBalance; in innerScript()
691 Branch& branch = fBranchStack.index(branchIndex++); in innerScript()
715 while (fBranchStack.top().fDone == Branch::kIsDone) in innerScript()
716 fBranchStack.pop(); in innerScript()
[all …]
DSkScript2.h247 SkTDStack<Branch> fBranchStack; // logical operators, slot to store forward branch variable
/external/chromium/third_party/icu/source/common/
Dtriedict.cpp264 UVector32 fBranchStack; // Stack of which branch we are working on member in MutableTrieEnumeration
278 : fNodeStack(status), fBranchStack(status) { in MutableTrieEnumeration()
281 fBranchStack.push(kLessThan, status); in MutableTrieEnumeration()
298 StackBranch where = (StackBranch) fBranchStack.peeki(); in snext()
306 fBranchStack.setElementAt(kEqual, fBranchStack.size()-1); in snext()
308 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
320 fBranchStack.setElementAt(kGreaterThan, fBranchStack.size()-1); in snext()
324 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
338 fBranchStack.setElementAt(kDone, fBranchStack.size()-1); in snext()
340 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
[all …]