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

/external/icu/icu4c/source/common/
H A Drbbisetb.cpp571 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/icu/icu4c/source/i18n/
H A DdecContext.c393 /* oldstatus is the status word to be tested */
394 /* mask indicates the bits to be tested (the oldstatus bits that */
400 U_CAPI uInt U_EXPORT2 uprv_decContextTestSavedStatus(uInt oldstatus, uInt mask) { argument
401 return (oldstatus&mask)!=0;

Completed in 152 milliseconds