Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A 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
H A Drbbiscan.cpp1088 if (fStackPtr >= kStackSize) {
1174 if (fNodeStackPtr >= kStackSize - 1) {
/third_party/node/deps/icu-small/source/common/
H A 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
H A Drbbiscan.cpp1086 if (fStackPtr >= kStackSize) {
1172 if (fNodeStackPtr >= kStackSize - 1) {
/third_party/skia/third_party/externals/icu/source/common/
H A 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
H A Drbbiscan.cpp1088 if (fStackPtr >= kStackSize) {
1174 if (fNodeStackPtr >= kStackSize - 1) {
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.h47 kStackSize = 100 // The size of the state stack for enumerator
153 uint16_t fStack[kStackSize]; // State stack, holds state pushes
H A Dregexcmp.cpp244 if (fStackPtr >= kStackSize) { in compile()
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.h47 kStackSize = 100 // The size of the state stack for enumerator
153 uint16_t fStack[kStackSize]; // State stack, holds state pushes
H A Dregexcmp.cpp244 if (fStackPtr >= kStackSize) { in compile()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.h48 kStackSize = 100 // The size of the state stack for enumerator
163 uint16_t fStack[kStackSize]; // State stack, holds state pushes
H A Dregexcmp.cpp244 if (fStackPtr >= kStackSize) { in compile()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A 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
943 if (fStackPtr >= kStackSize) { in parse()
1026 if (fNodeStackPtr >= kStackSize) { in pushNewNode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A 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()
/third_party/node/deps/v8/src/objects/
H A Dstring.h1072 static const int kStackSize = 32; member in v8::internal::String::FlatContent::ConsStringIterator
1074 static const int kDepthMask = kStackSize - 1;
1075 static_assert(base::bits::IsPowerOfTwo(kStackSize),
1076 "kStackSize must be power of two");
1083 inline bool StackBlown() { return maximum_depth_ - depth_ == kStackSize; } in StackBlown()
1091 ConsString frames_[kStackSize];
H A Dstring.cc1843 maximum_depth_ = kStackSize + depth_; in Initialize()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-starboard.cc76 const int kStackSize = 1; member
490 void* addresses[kStackSize]; in GetCurrentStackPosition()
491 const size_t count = SbSystemGetStack(addresses, kStackSize); in GetCurrentStackPosition()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 36 milliseconds