Searched refs:icuerror (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 206 UErrorCode icuerror; in resourcebundle_array_fetch() local 207 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch() 326 UErrorCode icuerror = U_ZERO_ERROR; in ZEND_END_ARG_INFO() local 347 icuenum = ures_openAvailableLocales( bundlename, &icuerror ); in ZEND_END_ARG_INFO() 348 INTL_CHECK_STATUS(icuerror, "Cannot fetch locales list"); in ZEND_END_ARG_INFO() 350 uenum_reset( icuenum, &icuerror ); in ZEND_END_ARG_INFO() 351 INTL_CHECK_STATUS(icuerror, "Cannot iterate locales list"); in ZEND_END_ARG_INFO() 354 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 9 milliseconds