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

  /external/chromium_org/third_party/icu/source/common/
usc_impl.c 22 #define PAREN_STACK_DEPTH 32
24 #define MOD(sp) ((sp) % PAREN_STACK_DEPTH)
25 #define LIMIT_INC(sp) (((sp) < PAREN_STACK_DEPTH)? (sp) + 1 : PAREN_STACK_DEPTH)
28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count)))
50 struct ParenStackEntry parenStack[PAREN_STACK_DEPTH];
  /external/icu4c/common/
usc_impl.c 22 #define PAREN_STACK_DEPTH 32
24 #define MOD(sp) ((sp) % PAREN_STACK_DEPTH)
25 #define LIMIT_INC(sp) (((sp) < PAREN_STACK_DEPTH)? (sp) + 1 : PAREN_STACK_DEPTH)
28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count)))
50 struct ParenStackEntry parenStack[PAREN_STACK_DEPTH];
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 37 milliseconds