Home
last modified time | relevance | path

Searched defs:kStackSize (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
/third_party/icu/icu4c/source/common/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
/third_party/node/deps/icu-small/source/common/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.h47 kStackSize = 100 // The size of the state stack for enumerator
/third_party/icu/icu4c/source/i18n/
Dregexcmp.h47 kStackSize = 100 // The size of the state stack for enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h48 kStackSize = 100 // The size of the state stack for enumerator
/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
/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
/third_party/node/deps/v8/src/base/platform/
Dplatform-starboard.cc76 const int kStackSize = 1; variable