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

1 2 3 4 5 6 7 8 91011>>

  /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...]
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...]
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...]
uenumtst.c 207 UErrorCode status = U_ZERO_ERROR;
224 UErrorCode status = U_ZERO_ERROR;
231 status = U_ZERO_ERROR;
235 status = U_ZERO_ERROR;
239 status = U_ZERO_ERROR;
246 status = U_ZERO_ERROR;
247 if (uenum_next(NULL, NULL, &status) != NULL || status != U_ZERO_ERROR) {
250 status = U_ZERO_ERROR;
251 if (uenum_unext(NULL, NULL, &status) != NULL || status != U_ZERO_ERROR) {
254 status = U_ZERO_ERROR;
    [all...]
idnatest.c 77 UErrorCode status = U_ZERO_ERROR;
97 status = U_ZERO_ERROR; /* reset error code */
116 status = U_ZERO_ERROR;
119 status = U_ZERO_ERROR; /* reset error code */
138 status = U_ZERO_ERROR;
143 status = U_ZERO_ERROR; /* reset error code */
160 status = U_ZERO_ERROR;
165 status = U_ZERO_ERROR; /* reset error code */
183 status = U_ZERO_ERROR;
186 status = U_ZERO_ERROR; /* reset error code*
    [all...]
cstrcase.c 47 errorCode=U_ZERO_ERROR;
69 errorCode=U_ZERO_ERROR;
87 errorCode=U_ZERO_ERROR;
104 errorCode=U_ZERO_ERROR;
116 errorCode=U_ZERO_ERROR;
145 errorCode=U_ZERO_ERROR;
163 errorCode=U_ZERO_ERROR;
180 errorCode=U_ZERO_ERROR;
195 errorCode=U_ZERO_ERROR;
210 errorCode=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;
  /libcore/luni/src/main/java/libcore/icu/
ErrorCode.java 18 return error > U_ZERO_ERROR && error < U_ERROR_LIMIT;
22 if (error <= U_ZERO_ERROR && error >= U_ERROR_LIMIT) {
38 public static final int U_ZERO_ERROR = 0;
50 "U_ZERO_ERROR",
  /external/chromium/googleurl/src/
gurl_test_main.cc 79 UErrorCode err = U_ZERO_ERROR;
81 return err == U_ZERO_ERROR;
90 UErrorCode err = U_ZERO_ERROR;
92 return err == 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;
  /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/base/i18n/
icu_util.cc 82 UErrorCode err = U_ZERO_ERROR;
84 return err == U_ZERO_ERROR;
99 UErrorCode err = U_ZERO_ERROR;
101 return err == U_ZERO_ERROR;
124 UErrorCode err = U_ZERO_ERROR;
126 return err == U_ZERO_ERROR;
  /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;
102 status = U_ZERO_ERROR;
108 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...]
v32test.cpp 76 UErrorCode status = U_ZERO_ERROR;
84 status = U_ZERO_ERROR;
92 status = U_ZERO_ERROR;
108 status = U_ZERO_ERROR;
136 status = U_ZERO_ERROR;
151 status = U_ZERO_ERROR;
172 status = U_ZERO_ERROR;
185 status = U_ZERO_ERROR;
201 status = U_ZERO_ERROR;
217 status = U_ZERO_ERROR;
    [all...]
selfmts.cpp 95 UErrorCode status = U_ZERO_ERROR;
106 status = U_ZERO_ERROR;
116 status = U_ZERO_ERROR;
131 status = U_ZERO_ERROR;
145 status = U_ZERO_ERROR;
169 status = U_ZERO_ERROR;
187 status = U_ZERO_ERROR;
212 status[i] = U_ZERO_ERROR;
267 UErrorCode status1 = U_ZERO_ERROR;
282 status1 = U_ZERO_ERROR;
    [all...]
restsnew.cpp 101 { "root", 0, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
102 { "te", 0, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
103 { "te_IN", 0, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
204 UErrorCode status = U_ZERO_ERROR;
235 UErrorCode err = U_ZERO_ERROR;
304 UErrorCode err = U_ZERO_ERROR;
338 err=U_ZERO_ERROR;
386 err=U_ZERO_ERROR;
391 CONFIRM_NE(err, (int32_t)U_ZERO_ERROR);
394 err = U_ZERO_ERROR;
    [all...]
dtifmtts.cpp 60 UErrorCode status = U_ZERO_ERROR;
74 status = U_ZERO_ERROR;
88 status = U_ZERO_ERROR;
106 status = U_ZERO_ERROR;
121 status = U_ZERO_ERROR;
131 status = U_ZERO_ERROR;
141 status = U_ZERO_ERROR;
152 status = U_ZERO_ERROR;
162 status = U_ZERO_ERROR;
187 status = U_ZERO_ERROR;
    [all...]
  /external/icu4c/tools/ctestfw/
testdata.cpp 60 UErrorCode intStatus = U_ZERO_ERROR;
62 if(intStatus == U_ZERO_ERROR) {
66 intStatus = U_ZERO_ERROR;
74 intStatus = U_ZERO_ERROR;
104 UErrorCode intStatus = U_ZERO_ERROR;
125 UErrorCode intStatus = U_ZERO_ERROR;
  /external/icu4c/common/unicode/
errorcode.h 41 * - The constructor initializes the internal UErrorCode to U_ZERO_ERROR,
82 * Default constructor. Initializes its UErrorCode to U_ZERO_ERROR.
85 ErrorCode() : errorCode(U_ZERO_ERROR) {}
100 /** Returns the UErrorCode value and resets it to U_ZERO_ERROR. @stable ICU 4.2 */
  /external/icu4c/test/threadtest/
converttest.cpp 31 UErrorCode err = U_ZERO_ERROR;
47 UErrorCode err = U_ZERO_ERROR;
71 UErrorCode err = U_ZERO_ERROR;
  /external/webkit/Source/WebCore/platform/text/
TextEncodingDetectorICU.cpp 57 UErrorCode status = U_ZERO_ERROR;
97 status = U_ZERO_ERROR;
104 status = U_ZERO_ERROR;

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>