HomeSort by relevance Sort by last modified time
    Searched defs:fBranchStack (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
triedict.cpp 232 UVector32 fBranchStack; // Stack of which branch we are working on
246 : fNodeStack(status), fBranchStack(status) {
249 fBranchStack.push(kLessThan, status);
266 StackBranch where = (StackBranch) fBranchStack.peeki();
274 fBranchStack.setElementAt(kEqual, fBranchStack.size()-1);
276 where = (StackBranch) fBranchStack.push(kLessThan, status);
288 fBranchStack.setElementAt(kGreaterThan, fBranchStack.size()-1);
292 where = (StackBranch) fBranchStack.push(kLessThan, status)
    [all...]
  /external/chromium/third_party/icu/source/common/
triedict.cpp 264 UVector32 fBranchStack; // Stack of which branch we are working on
278 : fNodeStack(status), fBranchStack(status) {
281 fBranchStack.push(kLessThan, status);
298 StackBranch where = (StackBranch) fBranchStack.peeki();
306 fBranchStack.setElementAt(kEqual, fBranchStack.size()-1);
308 where = (StackBranch) fBranchStack.push(kLessThan, status);
320 fBranchStack.setElementAt(kGreaterThan, fBranchStack.size()-1);
324 where = (StackBranch) fBranchStack.push(kLessThan, status)
    [all...]
  /external/skia/src/animator/
SkScript2.h 247 SkTDStack<Branch> fBranchStack; // logical operators, slot to store forward branch

Completed in 926 milliseconds