Searched refs:icuerror (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 199 UErrorCode icuerror; in resourcebundle_array_fetch() local 200 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch() 319 UErrorCode icuerror = U_ZERO_ERROR; in ZEND_END_ARG_INFO() local 335 icuenum = ures_openAvailableLocales( bundlename, &icuerror ); in ZEND_END_ARG_INFO() 336 INTL_CHECK_STATUS(icuerror, "Cannot fetch locales list"); in ZEND_END_ARG_INFO() 338 uenum_reset( icuenum, &icuerror ); in ZEND_END_ARG_INFO() 339 INTL_CHECK_STATUS(icuerror, "Cannot iterate locales list"); in ZEND_END_ARG_INFO() 342 while ((entry = uenum_next( icuenum, &entry_len, &icuerror ))) { in ZEND_END_ARG_INFO()
|
H A D | resourcebundle_iterator.c | 34 UErrorCode icuerror = U_ZERO_ERROR; in resourcebundle_iterator_read() local 37 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); in resourcebundle_iterator_read() 39 if (U_SUCCESS(icuerror)) { in resourcebundle_iterator_read()
|
Completed in 8 milliseconds