Home | History | Annotate | Download | only in common

Lines Matching full:errorcode

323     UErrorCode errorCode;
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
387 context.errorCode=*pErrorCode;
389 *pErrorCode=context.errorCode;
426 context.errorCode=*pErrorCode;
428 *pErrorCode=context.errorCode;