HomeSort by relevance Sort by last modified time
    Searched refs:STACK_IS_NOT_EMPTY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
usc_impl.c 31 #define STACK_IS_NOT_EMPTY(scriptRun) (! STACK_IS_EMPTY(scriptRun))
310 while (STACK_IS_NOT_EMPTY(scriptRun) && TOP(scriptRun).pairIndex != pi) {
314 if (STACK_IS_NOT_EMPTY(scriptRun)) {
  /external/icu4c/common/
usc_impl.c 31 #define STACK_IS_NOT_EMPTY(scriptRun) (! STACK_IS_EMPTY(scriptRun))
310 while (STACK_IS_NOT_EMPTY(scriptRun) && TOP(scriptRun).pairIndex != pi) {
314 if (STACK_IS_NOT_EMPTY(scriptRun)) {

Completed in 33 milliseconds