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

  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 505 U_ZERO_ERROR = 0, /**< No error, no warning. */
693 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
699 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
705 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
710 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
  /external/icu/icu4c/source/common/unicode/
utypes.h 509 U_ZERO_ERROR = 0, /**< No error, no warning. */
697 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
703 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
709 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
714 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c 181 UErrorCode errorCode=U_ZERO_ERROR;
209 UErrorCode errorCode=U_ZERO_ERROR;
365 UErrorCode status = U_ZERO_ERROR;
429 status = U_ZERO_ERROR;
522 UErrorCode status = U_ZERO_ERROR;
587 status = U_ZERO_ERROR;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 181 UErrorCode errorCode=U_ZERO_ERROR;
209 UErrorCode errorCode=U_ZERO_ERROR;
364 UErrorCode status = U_ZERO_ERROR;
428 status = U_ZERO_ERROR;
521 UErrorCode status = U_ZERO_ERROR;
586 status = U_ZERO_ERROR;
    [all...]

Completed in 120 milliseconds