Lines Matching refs:pErrorCode
85 createConverter(ConvData *data, const char* converterName, UErrorCode *pErrorCode);
435 UErrorCode *pErrorCode) {
441 if(U_FAILURE(*pErrorCode)) {
477 *pErrorCode=U_INVALID_TABLE_FORMAT;
488 *pErrorCode=U_INVALID_TABLE_FORMAT;
501 *pErrorCode=U_INVALID_TABLE_FORMAT;
555 *pErrorCode=U_INVALID_TABLE_FORMAT;
562 UErrorCode *pErrorCode) {
570 if(U_FAILURE(*pErrorCode)) {
578 *pErrorCode=U_FILE_ACCESS_ERROR;
582 readHeader(data, convFile, converterName, pErrorCode);
583 if(U_FAILURE(*pErrorCode)) {
597 ucm_readTable(data->ucm, convFile, dataIsBase, baseStates, pErrorCode);
598 if(U_FAILURE(*pErrorCode)) {
617 ucm_readTable(data->ucm, convFile, FALSE, baseStates, pErrorCode);
628 *pErrorCode=U_INVALID_TABLE_FORMAT;
635 createConverter(ConvData *data, const char *converterName, UErrorCode *pErrorCode) {
642 if(U_FAILURE(*pErrorCode)) {
648 dataIsBase=readFile(data, converterName, pErrorCode);
649 if(U_FAILURE(*pErrorCode)) {
663 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
669 *pErrorCode=U_INVALID_TABLE_FORMAT;
675 *pErrorCode=U_INVALID_TABLE_FORMAT;
681 *pErrorCode=U_INVALID_TABLE_FORMAT;
687 if(U_SUCCESS(*pErrorCode)) {
692 *pErrorCode=U_INVALID_TABLE_FORMAT;
710 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
714 *pErrorCode=U_INVALID_TABLE_FORMAT;
733 dataIsBase=readFile(&baseData, baseFilename, pErrorCode);
734 if(U_FAILURE(*pErrorCode)) {
738 *pErrorCode=U_INVALID_TABLE_FORMAT;
743 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
791 *pErrorCode=U_INVALID_TABLE_FORMAT;
795 *pErrorCode=U_INVALID_TABLE_FORMAT;
801 *pErrorCode=U_INVALID_TABLE_FORMAT;
841 *pErrorCode=U_INVALID_TABLE_FORMAT;