Lines Matching defs:err
98 UErrorCode * err)
109 *err = U_ZERO_ERROR;
124 UErrorCode * err)
127 (void)context; (void)toUArgs; (void)codePoints; (void)length; (void)reason; (void)err;
139 UErrorCode * err)
151 *err = U_ZERO_ERROR;
155 *err = U_ZERO_ERROR;
170 UErrorCode * err)
181 *err = U_ZERO_ERROR;
185 *err = U_ZERO_ERROR;
186 ucnv_cbFromUWriteSub(fromArgs, 0, err);
206 UErrorCode * err)
230 *err = U_ZERO_ERROR;
243 *err = err2;
341 *err = U_ZERO_ERROR;
343 ucnv_cbFromUWriteUChars(fromArgs, &myValueSource, myValueSource+valueStringLength, 0, err);
353 *err = err2;
369 UErrorCode * err)
378 *err = U_ZERO_ERROR;
392 UErrorCode * err)
400 *err = U_ZERO_ERROR;
401 ucnv_cbToUWriteSub(toArgs,0,err);
418 UErrorCode * err)
481 *err = U_ZERO_ERROR;
483 ucnv_cbToUWriteUChars(toArgs, uniValueString, valueStringLength, 0, err);