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

  /external/chromium_org/third_party/icu/source/common/
usc_impl.c 25 #define LIMIT_INC(sp) (((sp) < PAREN_STACK_DEPTH)? (sp) + 1 : PAREN_STACK_DEPTH)
80 scriptRun->pushCount = LIMIT_INC(scriptRun->pushCount);
81 scriptRun->fixupCount = LIMIT_INC(scriptRun->fixupCount);
  /external/icu4c/common/
usc_impl.c 25 #define LIMIT_INC(sp) (((sp) < PAREN_STACK_DEPTH)? (sp) + 1 : PAREN_STACK_DEPTH)
80 scriptRun->pushCount = LIMIT_INC(scriptRun->pushCount);
81 scriptRun->fixupCount = LIMIT_INC(scriptRun->fixupCount);

Completed in 206 milliseconds