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

/external/icu/icu4c/source/common/
H A Dusc_impl.c25 #define LIMIT_INC(sp) (((sp) < PAREN_STACK_DEPTH)? (sp) + 1 : PAREN_STACK_DEPTH) macro
80 scriptRun->pushCount = LIMIT_INC(scriptRun->pushCount);
81 scriptRun->fixupCount = LIMIT_INC(scriptRun->fixupCount);

Completed in 67 milliseconds