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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/i18n/
decContext.c 393 /* 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) {
401 return (oldstatus&mask)!=0;
  /external/icu/icu4c/source/i18n/
decContext.c 393 /* 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) {
401 return (oldstatus&mask)!=0;

Completed in 463 milliseconds