Searched defs:U_ZERO_ERROR (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dutypes.h430 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
671 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
677 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
683 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
688 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c181 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;
1260 UErrorCode status = U_ZERO_ERROR;
1351 UErrorCode err = U_ZERO_ERROR;
1376 UErrorCode err = U_ZERO_ERROR;
1479 errorCode=U_ZERO_ERROR;
2607 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2658 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3913 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
4005 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4570 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4700 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 297 milliseconds