Home
last modified time | relevance | path

Searched refs:kStackSize (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/common/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
119 uint16_t fStack[kStackSize]; // State stack, holds state pushes
123 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
Drbbiscan.cpp1088 if (fStackPtr >= kStackSize) { in parse()
1174 if (fNodeStackPtr >= kStackSize - 1) { in pushNewNode()
/third_party/node/deps/icu-small/source/common/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
119 uint16_t fStack[kStackSize]; // State stack, holds state pushes
123 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
Drbbiscan.cpp1088 if (fStackPtr >= kStackSize) { in parse()
1174 if (fNodeStackPtr >= kStackSize - 1) { in pushNewNode()
/third_party/skia/third_party/externals/icu/source/common/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
119 uint16_t fStack[kStackSize]; // State stack, holds state pushes
123 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
Drbbiscan.cpp1088 if (fStackPtr >= kStackSize) { in parse()
1174 if (fNodeStackPtr >= kStackSize - 1) { in pushNewNode()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
117 uint16_t fStack[kStackSize]; // State stack, holds state pushes
121 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
Drbbiscan.cpp1086 if (fStackPtr >= kStackSize) { in parse()
1172 if (fNodeStackPtr >= kStackSize - 1) { in pushNewNode()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h48 kStackSize = 100 // The size of the state stack for enumerator
163 uint16_t fStack[kStackSize]; // State stack, holds state pushes
Dregexcmp.cpp244 if (fStackPtr >= kStackSize) { in compile()
/third_party/icu/icu4c/source/i18n/
Dregexcmp.h48 kStackSize = 100 // The size of the state stack for enumerator
163 uint16_t fStack[kStackSize]; // State stack, holds state pushes
Dregexcmp.cpp244 if (fStackPtr >= kStackSize) { in compile()
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.h48 kStackSize = 100 // The size of the state stack for enumerator
163 uint16_t fStack[kStackSize]; // State stack, holds state pushes
Dregexcmp.cpp244 if (fStackPtr >= kStackSize) { in compile()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h48 kStackSize = 100 // The size of the state stack for enumerator
163 uint16_t fStack[kStackSize]; // State stack, holds state pushes
Dregexcmp.cpp247 if (fStackPtr >= kStackSize) { in compile()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java26 private final static int kStackSize = 100; // The size of the state stack for field in RBBIRuleScanner
54 short fStack[] = new short[kStackSize]; // State stack, holds state pushes
58 RBBINode fNodeStack[] = new RBBINode[kStackSize]; // Node stack, holds nodes created
944 if (fStackPtr >= kStackSize) { in parse()
1027 if (fNodeStackPtr >= kStackSize) { in pushNewNode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBIRuleScanner.java27 private final static int kStackSize = 100; // The size of the state stack for field in RBBIRuleScanner
55 short fStack[] = new short[kStackSize]; // State stack, holds state pushes
59 RBBINode fNodeStack[] = new RBBINode[kStackSize]; // Node stack, holds nodes created
944 if (fStackPtr >= kStackSize) { in parse()
1027 if (fNodeStackPtr >= kStackSize) { in pushNewNode()