icuerror 207 ext/intl/resourcebundle/resourcebundle_class.c UErrorCode icuerror; icuerror 208 ext/intl/resourcebundle/resourcebundle_class.c const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); icuerror 323 ext/intl/resourcebundle/resourcebundle_class.c UErrorCode icuerror = U_ZERO_ERROR; icuerror 339 ext/intl/resourcebundle/resourcebundle_class.c icuenum = ures_openAvailableLocales( bundlename, &icuerror ); icuerror 340 ext/intl/resourcebundle/resourcebundle_class.c INTL_CHECK_STATUS(icuerror, "Cannot fetch locales list"); icuerror 342 ext/intl/resourcebundle/resourcebundle_class.c uenum_reset( icuenum, &icuerror ); icuerror 343 ext/intl/resourcebundle/resourcebundle_class.c INTL_CHECK_STATUS(icuerror, "Cannot iterate locales list"); icuerror 346 ext/intl/resourcebundle/resourcebundle_class.c while ((entry = uenum_next( icuenum, &entry_len, &icuerror ))) { icuerror 34 ext/intl/resourcebundle/resourcebundle_iterator.c UErrorCode icuerror = U_ZERO_ERROR; icuerror 37 ext/intl/resourcebundle/resourcebundle_iterator.c rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); icuerror 39 ext/intl/resourcebundle/resourcebundle_iterator.c if (U_SUCCESS(icuerror)) {