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

/external/chromium_org/third_party/icu/source/common/
H A Dusc_impl.c30 #define STACK_IS_EMPTY(scriptRun) ((scriptRun)->pushCount <= 0)
52 int32_t pushCount; member in struct:UScriptRun
80 scriptRun->pushCount = LIMIT_INC(scriptRun->pushCount);
98 scriptRun->pushCount -= 1;
234 scriptRun->pushCount = 0;
/external/icu4c/common/
H A Dusc_impl.c30 #define STACK_IS_EMPTY(scriptRun) ((scriptRun)->pushCount <= 0)
52 int32_t pushCount; member in struct:UScriptRun
80 scriptRun->pushCount = LIMIT_INC(scriptRun->pushCount);
98 scriptRun->pushCount -= 1;
234 scriptRun->pushCount = 0;
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java716 int pushCount = instruction.stackPushCount(clazz);
717 if (pushCount > 0)
725 for (int stackIndex = 0; stackIndex < pushCount; stackIndex++)
779 int pushCount = instruction.stackPushCount(clazz);
780 if (pushCount > 0)
788 for (int stackIndex = 0; stackIndex < pushCount; stackIndex++)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 155 milliseconds