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

  /libcore/luni/src/main/java/libcore/icu/
ICU.java 206 public static final int U_ZERO_ERROR = 0;
213 return error > U_ZERO_ERROR;
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 648 U_ZERO_ERROR = 0, /**< No error, no warning. */
    [all...]
  /external/icu4c/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 174 UErrorCode errorCode=U_ZERO_ERROR;
202 UErrorCode errorCode=U_ZERO_ERROR;
357 UErrorCode status = U_ZERO_ERROR;
421 status = U_ZERO_ERROR;
514 UErrorCode status = U_ZERO_ERROR;
579 status = U_ZERO_ERROR;
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 181 UErrorCode errorCode=U_ZERO_ERROR;
209 UErrorCode errorCode=U_ZERO_ERROR;
376 UErrorCode status = U_ZERO_ERROR;
440 status = U_ZERO_ERROR;
533 UErrorCode status = U_ZERO_ERROR;
598 status = U_ZERO_ERROR;
    [all...]

Completed in 108 milliseconds