Home | History | Annotate | Download | only in genprops

Lines Matching refs:errorCode

83     UErrorCode errorCode=U_ZERO_ERROR;
164 parseDB(filename, &errorCode);
168 generateAdditionalProperties(filename, suffix, &errorCode);
171 if(U_SUCCESS(errorCode)) {
178 return errorCode;
513 UErrorCode errorCode;
547 errorCode=U_ZERO_ERROR;
548 upvec_setValue(pv, 0xac00, 0xd7a3, 2, (uint32_t)U_DT_CANONICAL, UPROPS_DT_MASK, &errorCode);
549 if(U_FAILURE(errorCode)) {
550 fprintf(stderr, "genprops error: unable to set decomposition type: %s\n", u_errorName(errorCode));
551 exit(errorCode);