Home | History | Annotate | Download | only in makeconv

Lines Matching refs:pErrorCode

85 createConverter(ConvData *data, const char* converterName, UErrorCode *pErrorCode);
425 UErrorCode *pErrorCode) {
431 if(U_FAILURE(*pErrorCode)) {
467 *pErrorCode=U_INVALID_TABLE_FORMAT;
478 *pErrorCode=U_INVALID_TABLE_FORMAT;
491 *pErrorCode=U_INVALID_TABLE_FORMAT;
545 *pErrorCode=U_INVALID_TABLE_FORMAT;
552 UErrorCode *pErrorCode) {
560 if(U_FAILURE(*pErrorCode)) {
568 *pErrorCode=U_FILE_ACCESS_ERROR;
572 readHeader(data, convFile, pErrorCode);
573 if(U_FAILURE(*pErrorCode)) {
587 ucm_readTable(data->ucm, convFile, dataIsBase, baseStates, pErrorCode);
588 if(U_FAILURE(*pErrorCode)) {
607 ucm_readTable(data->ucm, convFile, FALSE, baseStates, pErrorCode);
618 *pErrorCode=U_INVALID_TABLE_FORMAT;
625 createConverter(ConvData *data, const char *converterName, UErrorCode *pErrorCode) {
632 if(U_FAILURE(*pErrorCode)) {
638 dataIsBase=readFile(data, converterName, pErrorCode);
639 if(U_FAILURE(*pErrorCode)) {
653 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
659 *pErrorCode=U_INVALID_TABLE_FORMAT;
665 *pErrorCode=U_INVALID_TABLE_FORMAT;
671 *pErrorCode=U_INVALID_TABLE_FORMAT;
677 if(U_SUCCESS(*pErrorCode)) {
682 *pErrorCode=U_INVALID_TABLE_FORMAT;
700 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
704 *pErrorCode=U_INVALID_TABLE_FORMAT;
723 dataIsBase=readFile(&baseData, baseFilename, pErrorCode);
724 if(U_FAILURE(*pErrorCode)) {
728 *pErrorCode=U_INVALID_TABLE_FORMAT;
733 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
781 *pErrorCode=U_INVALID_TABLE_FORMAT;
785 *pErrorCode=U_INVALID_TABLE_FORMAT;
791 *pErrorCode=U_INVALID_TABLE_FORMAT;
831 *pErrorCode=U_INVALID_TABLE_FORMAT;