HomeSort by relevance Sort by last modified time
    Searched refs:U_ZERO_ERROR (Results 1 - 25 of 940) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/test/testmap/
testmap.c 31 UErrorCode status = U_ZERO_ERROR;
32 status = U_ZERO_ERROR;
43 status = U_ZERO_ERROR;
48 printf("*** FAIL: should have returned U_ZERO_ERROR\n");
52 status = U_ZERO_ERROR;
55 if(status != U_ZERO_ERROR)
57 printf("\n*** FAIL: should have returned U_ZERO_ERROR;\n");
65 status = U_ZERO_ERROR;
  /external/chromium/third_party/icu/source/test/cintltst/
hpmufn.c 123 UErrorCode status = U_ZERO_ERROR;
145 status = U_ZERO_ERROR;
148 status = U_ZERO_ERROR;
151 status = U_ZERO_ERROR;
156 status = U_ZERO_ERROR;
158 TEST_STATUS(status, U_ZERO_ERROR);
160 TEST_STATUS(status, U_ZERO_ERROR);
164 status = U_ZERO_ERROR;
167 TEST_STATUS(status, U_ZERO_ERROR);
173 status = U_ZERO_ERROR;
    [all...]
cctest.c 18 UErrorCode err = U_ZERO_ERROR;
spreptst.c 63 UErrorCode errorCode = U_ZERO_ERROR;
74 errorCode = U_ZERO_ERROR;
81 UErrorCode errorCode = U_ZERO_ERROR;
87 UErrorCode errorCode = U_ZERO_ERROR;
97 errorCode = U_ZERO_ERROR;
118 U_ZERO_ERROR
125 U_ZERO_ERROR
203 "nfs4_cis_prep", U_ZERO_ERROR
248 U_ZERO_ERROR
260 U_ZERO_ERROR
    [all...]
custrtrn.c 136 UErrorCode err = U_ZERO_ERROR;
150 err = U_ZERO_ERROR;
153 if(err != U_ZERO_ERROR || u32DestLen != LENGTHOF(src32)) {
155 "length %ld != %ld and %s != U_ZERO_ERROR\n",
183 err = U_ZERO_ERROR;
186 if(err != U_ZERO_ERROR || u32DestLen != LENGTHOF(src32)-1) {
188 "length %ld != %ld and %s != U_ZERO_ERROR\n",
202 UErrorCode err = U_ZERO_ERROR;
214 err = U_ZERO_ERROR;
222 err = U_ZERO_ERROR;
    [all...]
utmstest.c 102 UErrorCode status = U_ZERO_ERROR;
112 UErrorCode status = U_ZERO_ERROR;
123 UErrorCode status = U_ZERO_ERROR;
153 UErrorCode status = U_ZERO_ERROR;
166 UErrorCode status = U_ZERO_ERROR;
180 UErrorCode status = U_ZERO_ERROR;
198 UErrorCode status = U_ZERO_ERROR;
208 status = U_ZERO_ERROR;
212 status = U_ZERO_ERROR;
218 status = U_ZERO_ERROR;
    [all...]
  /external/icu4c/test/cintltst/
hpmufn.c 123 UErrorCode status = U_ZERO_ERROR;
145 status = U_ZERO_ERROR;
148 status = U_ZERO_ERROR;
151 status = U_ZERO_ERROR;
156 status = U_ZERO_ERROR;
158 TEST_STATUS(status, U_ZERO_ERROR);
160 TEST_STATUS(status, U_ZERO_ERROR);
164 status = U_ZERO_ERROR;
167 TEST_STATUS(status, U_ZERO_ERROR);
173 status = U_ZERO_ERROR;
    [all...]
cctest.c 18 UErrorCode err = U_ZERO_ERROR;
custrtrn.c 145 UErrorCode err = U_ZERO_ERROR;
159 err = U_ZERO_ERROR;
162 if(err != U_ZERO_ERROR || u32DestLen != LENGTHOF(src32)) {
164 "length %ld != %ld and %s != U_ZERO_ERROR\n",
192 err = U_ZERO_ERROR;
195 if(err != U_ZERO_ERROR || u32DestLen != LENGTHOF(src32)-1) {
197 "length %ld != %ld and %s != U_ZERO_ERROR\n",
211 UErrorCode err = U_ZERO_ERROR;
223 err = U_ZERO_ERROR;
231 err = U_ZERO_ERROR;
    [all...]
spreptst.c 65 UErrorCode errorCode = U_ZERO_ERROR;
76 errorCode = U_ZERO_ERROR;
83 UErrorCode errorCode = U_ZERO_ERROR;
89 UErrorCode errorCode = U_ZERO_ERROR;
99 errorCode = U_ZERO_ERROR;
120 U_ZERO_ERROR
127 U_ZERO_ERROR
205 "nfs4_cis_prep", U_ZERO_ERROR
250 U_ZERO_ERROR
262 U_ZERO_ERROR
    [all...]
  /external/icu4c/test/testmap/
testmap.c 29 UErrorCode status = U_ZERO_ERROR;
39 status = U_ZERO_ERROR;
44 printf("*** FAIL: should have returned U_ZERO_ERROR\n");
48 status = U_ZERO_ERROR;
52 if(status != U_ZERO_ERROR)
54 printf("\n*** FAIL: should have returned U_ZERO_ERROR;\n");
62 status = U_ZERO_ERROR;
  /external/chromium/googleurl/src/
gurl_test_main.cc 74 UErrorCode err = U_ZERO_ERROR;
76 return err == U_ZERO_ERROR;
85 UErrorCode err = U_ZERO_ERROR;
87 return err == U_ZERO_ERROR;
  /external/chromium/third_party/icu/source/common/
errorcode.cpp 24 errorCode = U_ZERO_ERROR;
  /external/icu4c/common/
errorcode.cpp 24 errorCode = U_ZERO_ERROR;
  /external/icu4c/samples/msgfmt/answers/
main_0.cpp 16 UErrorCode status = U_ZERO_ERROR;
main_1.cpp 15 UErrorCode status = U_ZERO_ERROR;
  /libcore/luni/src/main/java/com/ibm/icu4jni/common/
ErrorCode.java 31 if (error <= U_ZERO_ERROR && error >= U_ERROR_LIMIT) {
78 public static final int U_ZERO_ERROR = 0;
161 * ie ERROR_NAMES_[0] = name of U_ZERO_ERROR
164 "U_ZERO_ERROR", "U_ILLEGAL_ARGUMENT_ERROR",
192 return (ec<=U_ZERO_ERROR);
202 return (ec>U_ZERO_ERROR);
  /external/chromium/third_party/icu/source/test/perf/convperf/
convperf.cpp 19 UErrorCode status = U_ZERO_ERROR;
123 UErrorCode status = U_ZERO_ERROR;
132 UErrorCode status = U_ZERO_ERROR;
141 UErrorCode status = U_ZERO_ERROR;
150 UErrorCode status = U_ZERO_ERROR;
160 UErrorCode status = U_ZERO_ERROR;
169 UErrorCode status = U_ZERO_ERROR;
178 UErrorCode status = U_ZERO_ERROR;
187 UErrorCode status = U_ZERO_ERROR;
198 UErrorCode status = U_ZERO_ERROR;
    [all...]
  /external/icu4c/test/perf/convperf/
convperf.cpp 19 UErrorCode status = U_ZERO_ERROR;
123 UErrorCode status = U_ZERO_ERROR;
132 UErrorCode status = U_ZERO_ERROR;
141 UErrorCode status = U_ZERO_ERROR;
150 UErrorCode status = U_ZERO_ERROR;
160 UErrorCode status = U_ZERO_ERROR;
169 UErrorCode status = U_ZERO_ERROR;
178 UErrorCode status = U_ZERO_ERROR;
187 UErrorCode status = U_ZERO_ERROR;
198 UErrorCode status = U_ZERO_ERROR;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
sdtfmtts.cpp 28 UErrorCode status = U_ZERO_ERROR;
48 UErrorCode status = U_ZERO_ERROR;
60 status = U_ZERO_ERROR;
70 status = U_ZERO_ERROR;
76 status = U_ZERO_ERROR;
82 status = U_ZERO_ERROR;
89 status = U_ZERO_ERROR;
95 status = U_ZERO_ERROR;
101 status = U_ZERO_ERROR;
107 status = U_ZERO_ERROR;
    [all...]
itrbnfrt.cpp 63 UErrorCode status = U_ZERO_ERROR;
81 UErrorCode status = U_ZERO_ERROR;
99 UErrorCode status = U_ZERO_ERROR;
117 UErrorCode status = U_ZERO_ERROR;
135 UErrorCode status = U_ZERO_ERROR;
153 UErrorCode status = U_ZERO_ERROR;
171 UErrorCode status = U_ZERO_ERROR;
189 UErrorCode status = U_ZERO_ERROR;
207 UErrorCode status = U_ZERO_ERROR;
225 UErrorCode status = U_ZERO_ERROR;
    [all...]
  /external/icu4c/test/intltest/
sdtfmtts.cpp 28 UErrorCode status = U_ZERO_ERROR;
48 UErrorCode status = U_ZERO_ERROR;
60 status = U_ZERO_ERROR;
70 status = U_ZERO_ERROR;
76 status = U_ZERO_ERROR;
82 status = U_ZERO_ERROR;
89 status = U_ZERO_ERROR;
95 status = U_ZERO_ERROR;
101 status = U_ZERO_ERROR;
107 status = U_ZERO_ERROR;
    [all...]
itrbnfrt.cpp 63 UErrorCode status = U_ZERO_ERROR;
81 UErrorCode status = U_ZERO_ERROR;
99 UErrorCode status = U_ZERO_ERROR;
117 UErrorCode status = U_ZERO_ERROR;
135 UErrorCode status = U_ZERO_ERROR;
153 UErrorCode status = U_ZERO_ERROR;
171 UErrorCode status = U_ZERO_ERROR;
189 UErrorCode status = U_ZERO_ERROR;
207 UErrorCode status = U_ZERO_ERROR;
225 UErrorCode status = U_ZERO_ERROR;
    [all...]
  /external/chromium/base/i18n/
icu_util.cc 76 UErrorCode err = U_ZERO_ERROR;
78 return err == U_ZERO_ERROR;
92 UErrorCode err = U_ZERO_ERROR;
94 return err == U_ZERO_ERROR;
  /libcore/luni/src/main/native/
ErrorCode.cpp 24 if (errorCode <= U_ZERO_ERROR || errorCode >= U_ERROR_LIMIT) {

Completed in 341 milliseconds

1 2 3 4 5 6 7 8 91011>>