Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dusc_impl.cpp25 #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()
/third_party/node/deps/icu-small/source/common/
Dusc_impl.cpp25 #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()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp25 #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()
/third_party/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp25 #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()