Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp30 #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)) { in pop()
104 if (STACK_IS_EMPTY(scriptRun)) { in pop()
/third_party/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp30 #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)) { in pop()
104 if (STACK_IS_EMPTY(scriptRun)) { in pop()
/third_party/icu/icu4c/source/common/
Dusc_impl.cpp30 #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)) { in pop()
104 if (STACK_IS_EMPTY(scriptRun)) { in pop()
/third_party/node/deps/icu-small/source/common/
Dusc_impl.cpp30 #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)) { in pop()
104 if (STACK_IS_EMPTY(scriptRun)) { in pop()