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

  /external/icu4c/common/
rbbisetb.cpp 571 UErrorCode oldstatus = status; local
573 if (U_FAILURE(oldstatus)) {
574 status = oldstatus;
601 UErrorCode oldstatus = status; local
603 if (U_FAILURE(oldstatus)) {
604 status = oldstatus;
  /external/icu4c/i18n/
decContext.c 398 /* oldstatus is the status word to be tested */
399 /* mask indicates the bits to be tested (the oldstatus bits that */
405 U_CAPI uInt U_EXPORT2 uprv_decContextTestSavedStatus(uInt oldstatus, uInt mask) {
406 return (oldstatus&mask)!=0;

Completed in 142 milliseconds