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

/external/icu4c/common/
H A Dusc_impl.c30 #define STACK_IS_EMPTY(scriptRun) ((scriptRun)->pushCount <= 0) macro
31 #define STACK_IS_NOT_EMPTY(scriptRun) (! STACK_IS_EMPTY(scriptRun))
90 if (STACK_IS_EMPTY(scriptRun)) {
104 if (STACK_IS_EMPTY(scriptRun)) {

Completed in 68 milliseconds