INTL_DATA_ERROR_CODE  122 intl/dateformat/dateformat.c 				pattern_str, pattern_str_len, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  123 intl/dateformat/dateformat.c 		if (U_FAILURE(INTL_DATA_ERROR_CODE(dfo))) {
INTL_DATA_ERROR_CODE  125 intl/dateformat/dateformat.c 			intl_error_set(NULL, INTL_DATA_ERROR_CODE(dfo), "datefmt_create: "
INTL_DATA_ERROR_CODE  136 intl/dateformat/dateformat.c 				timezone_str, timezone_str_len, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  137 intl/dateformat/dateformat.c 		if (U_FAILURE(INTL_DATA_ERROR_CODE(dfo))) {
INTL_DATA_ERROR_CODE  138 intl/dateformat/dateformat.c 			intl_error_set(NULL, INTL_DATA_ERROR_CODE(dfo), "datefmt_create: "
INTL_DATA_ERROR_CODE  149 intl/dateformat/dateformat.c 		DATE_FORMAT_OBJECT(dfo) = udat_open(UDAT_IGNORE, UDAT_IGNORE, locale, timezone_utf16, timezone_utf16_len, svalue, slength, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  151 intl/dateformat/dateformat.c 		DATE_FORMAT_OBJECT(dfo) = udat_open(time_type, date_type, locale, timezone_utf16, timezone_utf16_len, svalue, slength, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  154 intl/dateformat/dateformat.c     if (!U_FAILURE(INTL_DATA_ERROR_CODE(dfo))) {
INTL_DATA_ERROR_CODE  157 intl/dateformat/dateformat.c 					calendar, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  158 intl/dateformat/dateformat.c 			if (!U_FAILURE(INTL_DATA_ERROR_CODE(dfo))) {
INTL_DATA_ERROR_CODE  162 intl/dateformat/dateformat.c 				intl_error_set(NULL, INTL_DATA_ERROR_CODE(dfo), "datefmt_create"
INTL_DATA_ERROR_CODE  168 intl/dateformat/dateformat.c 		intl_error_set(NULL, INTL_DATA_ERROR_CODE(dfo),	"datefmt_create: date "
INTL_DATA_ERROR_CODE  242 intl/dateformat/dateformat.c 	RETURN_LONG( INTL_DATA_ERROR_CODE(dfo) );
INTL_DATA_ERROR_CODE   46 intl/dateformat/dateformat_attr.c 	intl_convert_utf8_to_utf16(&timezone_utf16, &timezone_utf16_len, timezone_id, timezone_id_len, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE   50 intl/dateformat/dateformat_attr.c 	locale = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE   53 intl/dateformat/dateformat_attr.c 	ucal_obj = ucal_open(timezone_utf16, timezone_utf16_len, locale, calendar, &INTL_DATA_ERROR_CODE(dfo) );
INTL_DATA_ERROR_CODE  230 intl/dateformat/dateformat_attr.c 	length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  231 intl/dateformat/dateformat_attr.c 	if(INTL_DATA_ERROR_CODE(dfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) {
INTL_DATA_ERROR_CODE  233 intl/dateformat/dateformat_attr.c 		INTL_DATA_ERROR_CODE(dfo) = U_ZERO_ERROR;
INTL_DATA_ERROR_CODE  235 intl/dateformat/dateformat_attr.c 		length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_ERROR_CODE(dfo) );
INTL_DATA_ERROR_CODE  236 intl/dateformat/dateformat_attr.c 		if(U_FAILURE(INTL_DATA_ERROR_CODE(dfo))) {
INTL_DATA_ERROR_CODE  275 intl/dateformat/dateformat_attr.c 	intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  314 intl/dateformat/dateformat_attr.c 	loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  101 intl/dateformat/dateformat_class.c 		DATE_FORMAT_OBJECT(new_dfo) = udat_clone(DATE_FORMAT_OBJECT(dfo),  &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  102 intl/dateformat/dateformat_class.c 		if (U_FAILURE(INTL_DATA_ERROR_CODE(dfo))) {
INTL_DATA_ERROR_CODE  104 intl/dateformat/dateformat_class.c 			intl_errors_set(INTL_DATA_ERROR_P(dfo), INTL_DATA_ERROR_CODE(dfo),
INTL_DATA_ERROR_CODE   40 intl/dateformat/dateformat_format.c 	resultlengthneeded=udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, NULL, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE   41 intl/dateformat/dateformat_format.c 	if(INTL_DATA_ERROR_CODE(dfo)==U_BUFFER_OVERFLOW_ERROR)
INTL_DATA_ERROR_CODE   43 intl/dateformat/dateformat_format.c 		INTL_DATA_ERROR_CODE(dfo)=U_ZERO_ERROR;
INTL_DATA_ERROR_CODE   45 intl/dateformat/dateformat_format.c 		udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE   48 intl/dateformat/dateformat_format.c 	if (formatted && U_FAILURE( INTL_DATA_ERROR_CODE(dfo) ) ) {
INTL_DATA_ERROR_CODE  111 intl/dateformat/dateformat_format.c 	ucal_setDateTime( pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  112 intl/dateformat/dateformat_format.c 	if( INTL_DATA_ERROR_CODE(dfo) != U_ZERO_ERROR){
INTL_DATA_ERROR_CODE  117 intl/dateformat/dateformat_format.c 	return ucal_getMillis(pcal, &INTL_DATA_ERROR_CODE(dfo) );
INTL_DATA_ERROR_CODE   45 intl/dateformat/dateformat_parse.c 	intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE   48 intl/dateformat/dateformat_parse.c 	timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE   67 intl/dateformat/dateformat_parse.c 	long calendar_field_val = ucal_get( parsed_calendar, calendar_field, &INTL_DATA_ERROR_CODE(dfo));	
INTL_DATA_ERROR_CODE   92 intl/dateformat/dateformat_parse.c 	intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE   96 intl/dateformat/dateformat_parse.c 	udat_parseCalendar( DATE_FORMAT_OBJECT(dfo), parsed_calendar, text_utf16, text_utf16_len, parse_pos, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE  117 intl/dateformat/dateformat_parse.c 	isInDST = ucal_inDaylightTime(parsed_calendar	, &INTL_DATA_ERROR_CODE(dfo));
INTL_DATA_ERROR_CODE   73 intl/formatter/formatter_attr.c 				INTL_DATA_ERROR_CODE(nfo) = U_UNSUPPORTED_ERROR;
INTL_DATA_ERROR_CODE   82 intl/formatter/formatter_attr.c 				INTL_DATA_ERROR_CODE(nfo) = U_UNSUPPORTED_ERROR;
INTL_DATA_ERROR_CODE   89 intl/formatter/formatter_attr.c 			INTL_DATA_ERROR_CODE(nfo) = U_UNSUPPORTED_ERROR;
INTL_DATA_ERROR_CODE  124 intl/formatter/formatter_attr.c 	length = unum_getTextAttribute( FORMATTER_OBJECT(nfo), attribute, value, value_buf_size, &INTL_DATA_ERROR_CODE(nfo) );
INTL_DATA_ERROR_CODE  125 intl/formatter/formatter_attr.c 	if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= value_buf_size) {
INTL_DATA_ERROR_CODE  127 intl/formatter/formatter_attr.c 		INTL_DATA_ERROR_CODE(nfo) = U_ZERO_ERROR;
INTL_DATA_ERROR_CODE  129 intl/formatter/formatter_attr.c 		length = unum_getTextAttribute( FORMATTER_OBJECT(nfo), attribute, value, length, &INTL_DATA_ERROR_CODE(nfo) );
INTL_DATA_ERROR_CODE  130 intl/formatter/formatter_attr.c 		if(U_FAILURE(INTL_DATA_ERROR_CODE(nfo))) {
INTL_DATA_ERROR_CODE  193 intl/formatter/formatter_attr.c 			INTL_DATA_ERROR_CODE(nfo) = U_UNSUPPORTED_ERROR;
INTL_DATA_ERROR_CODE  231 intl/formatter/formatter_attr.c 	intl_convert_utf8_to_utf16(&svalue, &slength, value, len, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  235 intl/formatter/formatter_attr.c 	unum_setTextAttribute(FORMATTER_OBJECT(nfo), attribute, svalue, slength, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  276 intl/formatter/formatter_attr.c 	length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value_buf, length, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  277 intl/formatter/formatter_attr.c 	if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) {
INTL_DATA_ERROR_CODE  279 intl/formatter/formatter_attr.c 		INTL_DATA_ERROR_CODE(nfo) = U_ZERO_ERROR;
INTL_DATA_ERROR_CODE  281 intl/formatter/formatter_attr.c 		length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value, length, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  282 intl/formatter/formatter_attr.c 		if(U_FAILURE(INTL_DATA_ERROR_CODE(nfo))) {
INTL_DATA_ERROR_CODE  326 intl/formatter/formatter_attr.c 	intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  330 intl/formatter/formatter_attr.c 	unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  365 intl/formatter/formatter_attr.c 	length = unum_toPattern(FORMATTER_OBJECT(nfo), 0, value, length, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  366 intl/formatter/formatter_attr.c 	if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) {
INTL_DATA_ERROR_CODE  368 intl/formatter/formatter_attr.c 		INTL_DATA_ERROR_CODE(nfo) = U_ZERO_ERROR;
INTL_DATA_ERROR_CODE  370 intl/formatter/formatter_attr.c 		length = unum_toPattern( FORMATTER_OBJECT(nfo), 0, value, length, &INTL_DATA_ERROR_CODE(nfo) );
INTL_DATA_ERROR_CODE  371 intl/formatter/formatter_attr.c 		if(U_FAILURE(INTL_DATA_ERROR_CODE(nfo))) {
INTL_DATA_ERROR_CODE  408 intl/formatter/formatter_attr.c 	intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  412 intl/formatter/formatter_attr.c 	unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  446 intl/formatter/formatter_attr.c 	loc = (char *)unum_getLocaleByType(FORMATTER_OBJECT(nfo), type, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   96 intl/formatter/formatter_class.c 				&INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   97 intl/formatter/formatter_class.c 		if (U_FAILURE(INTL_DATA_ERROR_CODE(nfo))) {
INTL_DATA_ERROR_CODE   99 intl/formatter/formatter_class.c 			intl_errors_set(INTL_DATA_ERROR_P(nfo), INTL_DATA_ERROR_CODE(nfo),
INTL_DATA_ERROR_CODE   79 intl/formatter/formatter_format.c 				formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   80 intl/formatter/formatter_format.c 			if (INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR) {
INTL_DATA_ERROR_CODE   84 intl/formatter/formatter_format.c 					formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   85 intl/formatter/formatter_format.c 				if (U_FAILURE( INTL_DATA_ERROR_CODE(nfo) ) ) {
INTL_DATA_ERROR_CODE   95 intl/formatter/formatter_format.c 			formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   96 intl/formatter/formatter_format.c 			if (INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR) {
INTL_DATA_ERROR_CODE   99 intl/formatter/formatter_format.c 				formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  100 intl/formatter/formatter_format.c 				if (U_FAILURE( INTL_DATA_ERROR_CODE(nfo) ) ) {
INTL_DATA_ERROR_CODE  110 intl/formatter/formatter_format.c 			formatted_len = unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  111 intl/formatter/formatter_format.c 			if (INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR) {
INTL_DATA_ERROR_CODE  114 intl/formatter/formatter_format.c 				unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  115 intl/formatter/formatter_format.c 				if (U_FAILURE( INTL_DATA_ERROR_CODE(nfo) ) ) {
INTL_DATA_ERROR_CODE  163 intl/formatter/formatter_format.c 	intl_convert_utf8_to_utf16(&scurrency, &scurrency_len, currency, currency_len, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  167 intl/formatter/formatter_format.c 	formatted_len = unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  173 intl/formatter/formatter_format.c 	if (INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR) {
INTL_DATA_ERROR_CODE  176 intl/formatter/formatter_format.c 		unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  179 intl/formatter/formatter_format.c 	if( U_FAILURE( INTL_DATA_ERROR_CODE((nfo)) ) ) {
INTL_DATA_ERROR_CODE  180 intl/formatter/formatter_format.c 		intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((nfo)) TSRMLS_CC );
INTL_DATA_ERROR_CODE   54 intl/formatter/formatter_main.c 		intl_convert_utf8_to_utf16(&spattern, &spattern_len, pattern, pattern_len, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   63 intl/formatter/formatter_main.c 	FORMATTER_OBJECT(nfo) = unum_open(style, spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  117 intl/formatter/formatter_main.c 	RETURN_LONG( INTL_DATA_ERROR_CODE(nfo) );
INTL_DATA_ERROR_CODE   66 intl/formatter/formatter_parse.c 	intl_convert_utf8_to_utf16(&sstr, &sstr_len, str, str_len, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   81 intl/formatter/formatter_parse.c 			val32 = unum_parse(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   85 intl/formatter/formatter_parse.c 			val64 = unum_parseInt64(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   93 intl/formatter/formatter_parse.c 			val_double = unum_parseDouble(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  151 intl/formatter/formatter_parse.c 	intl_convert_utf8_to_utf16(&sstr, &sstr_len, str, str_len, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  160 intl/formatter/formatter_parse.c 	number = unum_parseDoubleCurrency(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, currency, &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE  171 intl/formatter/formatter_parse.c 	intl_convert_utf16_to_utf8(&currency_str, &currency_len, currency, u_strlen(currency), &INTL_DATA_ERROR_CODE(nfo));
INTL_DATA_ERROR_CODE   59 intl/intl_data.h     intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) TSRMLS_CC );				\
INTL_DATA_ERROR_CODE   60 intl/intl_data.h     if( U_FAILURE( INTL_DATA_ERROR_CODE((obj)) ) )									\
INTL_DATA_ERROR_CODE   68 intl/intl_data.h     intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) TSRMLS_CC );				\
INTL_DATA_ERROR_CODE   69 intl/intl_data.h     if( U_FAILURE( INTL_DATA_ERROR_CODE((obj)) ) )									\
INTL_DATA_ERROR_CODE   80 intl/intl_data.h 	intl_convert_utf16_to_utf8(&u8value, &u8len, ustring, ulen, &INTL_DATA_ERROR_CODE((obj)));	\
INTL_DATA_ERROR_CODE   56 intl/msgformat/msgformat.c 		intl_convert_utf8_to_utf16(&spattern, &spattern_len, pattern, pattern_len, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE   68 intl/msgformat/msgformat.c 	if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) {
INTL_DATA_ERROR_CODE   81 intl/msgformat/msgformat.c 	MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE  136 intl/msgformat/msgformat.c 	RETURN_LONG( INTL_DATA_ERROR_CODE(mfo) );
INTL_DATA_ERROR_CODE   82 intl/msgformat/msgformat_attr.c 	intl_convert_utf8_to_utf16(&spattern, &spattern_len, value, value_len, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE   86 intl/msgformat/msgformat_attr.c 	if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) {
INTL_DATA_ERROR_CODE   94 intl/msgformat/msgformat_attr.c 	umsg_applyPattern(MSG_FORMAT_OBJECT(mfo), spattern, spattern_len, NULL, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE   95 intl/msgformat/msgformat_class.c 				&INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE   97 intl/msgformat/msgformat_class.c 		if (U_FAILURE(INTL_DATA_ERROR_CODE(mfo))) {
INTL_DATA_ERROR_CODE   98 intl/msgformat/msgformat_class.c 			intl_errors_set(INTL_DATA_ERROR_P(mfo), INTL_DATA_ERROR_CODE(mfo),
INTL_DATA_ERROR_CODE   66 intl/msgformat/msgformat_format.c 	umsg_format_helper(MSG_FORMAT_OBJECT(mfo), count, fargs, &formatted, &formatted_len, &INTL_DATA_ERROR_CODE(mfo) TSRMLS_CC);
INTL_DATA_ERROR_CODE   74 intl/msgformat/msgformat_format.c 	if (formatted && U_FAILURE( INTL_DATA_ERROR_CODE(mfo) ) ) {
INTL_DATA_ERROR_CODE  141 intl/msgformat/msgformat_format.c 		intl_convert_utf8_to_utf16(&spattern, &spattern_len, pattern, pattern_len, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE  142 intl/msgformat/msgformat_format.c 		if( U_FAILURE(INTL_DATA_ERROR_CODE((mfo))) )
INTL_DATA_ERROR_CODE  158 intl/msgformat/msgformat_format.c 	if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) {
INTL_DATA_ERROR_CODE  166 intl/msgformat/msgformat_format.c 	MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE   39 intl/msgformat/msgformat_parse.c 	intl_convert_utf8_to_utf16(&usource, &usrc_len, source, src_len, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE   42 intl/msgformat/msgformat_parse.c 	umsg_parse_helper(MSG_FORMAT_OBJECT(mfo), &count, &fargs, usource, usrc_len, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE  116 intl/msgformat/msgformat_parse.c 		intl_convert_utf8_to_utf16(&spattern, &spattern_len, pattern, pattern_len, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE  117 intl/msgformat/msgformat_parse.c 		if( U_FAILURE(INTL_DATA_ERROR_CODE((mfo))) )
INTL_DATA_ERROR_CODE  133 intl/msgformat/msgformat_parse.c 	if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) {
INTL_DATA_ERROR_CODE  141 intl/msgformat/msgformat_parse.c 	MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mfo));
INTL_DATA_ERROR_CODE   42 intl/resourcebundle/resourcebundle.c 			ufield = ures_getString( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) );
INTL_DATA_ERROR_CODE   48 intl/resourcebundle/resourcebundle.c 			bfield = ures_getBinary( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) );
INTL_DATA_ERROR_CODE   54 intl/resourcebundle/resourcebundle.c 			lfield = ures_getInt( source->child, &INTL_DATA_ERROR_CODE(source) );
INTL_DATA_ERROR_CODE   60 intl/resourcebundle/resourcebundle.c 			vfield = ures_getIntVector( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) );
INTL_DATA_ERROR_CODE  111 intl/resourcebundle/resourcebundle_class.c 		rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb));
INTL_DATA_ERROR_CODE  113 intl/resourcebundle/resourcebundle_class.c 		rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb));
INTL_DATA_ERROR_CODE  118 intl/resourcebundle/resourcebundle_class.c 	if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING ||
INTL_DATA_ERROR_CODE  119 intl/resourcebundle/resourcebundle_class.c 			INTL_DATA_ERROR_CODE(rb) == U_USING_DEFAULT_WARNING)) {
INTL_DATA_ERROR_CODE  120 intl/resourcebundle/resourcebundle_class.c 		intl_errors_set_code(NULL, INTL_DATA_ERROR_CODE(rb) TSRMLS_CC);
INTL_DATA_ERROR_CODE  125 intl/resourcebundle/resourcebundle_class.c 					rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb)));
INTL_DATA_ERROR_CODE  178 intl/resourcebundle/resourcebundle_class.c 		rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) );
INTL_DATA_ERROR_CODE  182 intl/resourcebundle/resourcebundle_class.c 		rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) );
INTL_DATA_ERROR_CODE  189 intl/resourcebundle/resourcebundle_class.c 	intl_error_set_code( NULL, INTL_DATA_ERROR_CODE(rb) TSRMLS_CC );	
INTL_DATA_ERROR_CODE  190 intl/resourcebundle/resourcebundle_class.c 	if (U_FAILURE(INTL_DATA_ERROR_CODE(rb))) {
INTL_DATA_ERROR_CODE  201 intl/resourcebundle/resourcebundle_class.c 	if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || INTL_DATA_ERROR_CODE(rb) == U_USING_DEFAULT_WARNING)) {
INTL_DATA_ERROR_CODE  375 intl/resourcebundle/resourcebundle_class.c 	RETURN_LONG(INTL_DATA_ERROR_CODE(rb));
INTL_DATA_ERROR_CODE  196 intl/transliterator/transliterator_class.c 			intl_error_set_code( NULL, INTL_DATA_ERROR_CODE( to_orig ) TSRMLS_CC );
INTL_DATA_ERROR_CODE  181 intl/transliterator/transliterator_methods.c 	intl_error_set_code( NULL, INTL_DATA_ERROR_CODE( to ) TSRMLS_CC );
INTL_DATA_ERROR_CODE  182 intl/transliterator/transliterator_methods.c 	if( U_FAILURE( INTL_DATA_ERROR_CODE( to ) ) )