HomeSort by relevance Sort by last modified time
    Searched refs:kStackSize (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
rbbiscan.h 49 kStackSize = 100 // The size of the state stack for
116 uint16_t fStack[kStackSize]; // State stack, holds state pushes
120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
rbbiscan.cpp     [all...]
  /external/icu4c/i18n/
regexcmp.h 44 kStackSize = 100 // The size of the state stack for
150 uint16_t fStack[kStackSize]; // State stack, holds state pushes
regexcmp.cpp 230 if (fStackPtr >= kStackSize) {
    [all...]

Completed in 746 milliseconds