Home | History | Annotate | Download | only in intltest

Lines Matching full:error

138     punycode_status error;
151 status = U_ZERO_ERROR; // reset error
161 error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
162 status = getError(error);
172 status = U_ZERO_ERROR; // reset error
174 punycode_status error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
175 status = getError(error);
212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
213 status = getError(error);
220 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
221 status = getError(error);
306 *status = U_ZERO_ERROR; // reset error
310 // error bail out
364 *status = U_ZERO_ERROR; // reset error
370 //error bail out
494 *status = U_ZERO_ERROR; // reset error
498 //bail out on error
538 *status = U_ZERO_ERROR; // reset error
557 *status = U_ZERO_ERROR; // reset error
562 //bail out on error
737 *status = U_ZERO_ERROR; // reset error
787 *status = U_ZERO_ERROR; // reset error
892 *status = U_ZERO_ERROR; // reset error
944 *status = U_ZERO_ERROR; // reset error
1013 *status = U_ZERO_ERROR; // reset error
1029 *status = U_ZERO_ERROR; // reset error