Home
last modified time | relevance | path

Searched refs:INTL_CTOR_CHECK_STATUS (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.c57 INTL_CTOR_CHECK_STATUS(mfo, "msgfmt_create: error converting pattern to UTF-16"); in msgfmt_ctor()
69 INTL_CTOR_CHECK_STATUS(mfo, "msgfmt_create: error converting pattern to quote-friendly format"); in msgfmt_ctor()
87 INTL_CTOR_CHECK_STATUS(mfo, "msgfmt_create: message formatter creation failed"); in msgfmt_ctor()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_main.c55 INTL_CTOR_CHECK_STATUS(nfo, "numfmt_create: error converting pattern to UTF-16"); in numfmt_ctor()
69 INTL_CTOR_CHECK_STATUS(nfo, "numfmt_create: number formatter creation failed"); in numfmt_ctor()
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_create.c41 INTL_CTOR_CHECK_STATUS(co, "spoofchecker: unable to open ICU Spoof Checker"); in PHP_METHOD()
/PHP-5.5/ext/intl/collator/
H A Dcollator_create.c56 INTL_CTOR_CHECK_STATUS(co, "collator_create: unable to open ICU collator"); in collator_ctor()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c172 INTL_CTOR_CHECK_STATUS( to, "String conversion of rules to UTF-16 failed" ); in PHP_FUNCTION()
200 INTL_CTOR_CHECK_STATUS( to, "transliterator_create_from_rules: internal constructor call failed" ); in PHP_FUNCTION()
230 INTL_CTOR_CHECK_STATUS( to, "transliterator_create_inverse: could not create " in PHP_FUNCTION()
234 INTL_CTOR_CHECK_STATUS( to, "transliterator_create: internal constructor call failed" ); in PHP_FUNCTION()
/PHP-5.5/ext/intl/
H A Dintl_data.h67 #define INTL_CTOR_CHECK_STATUS(obj, msg) \ macro
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp175 INTL_CTOR_CHECK_STATUS(bio, "breakiter_set_text: error opening UText"); in PHP_FUNCTION()
179 INTL_CTOR_CHECK_STATUS(bio, "breakiter_set_text: error calling " in PHP_FUNCTION()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c114 INTL_CTOR_CHECK_STATUS(rb, "resourcebundle_ctor: Cannot load libICU resource bundle"); in resourcebundle_ctor()

Completed in 21 milliseconds