Home
last modified time | relevance | path

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

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