Searched defs:pErrorCode (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/intl/converter/
H A Dconverter.c214 UErrorCode *pErrorCode) {
235 ZVAL_LONG(zerror, *pErrorCode);
251 *pErrorCode = Z_LVAL_P(zerror);
304 UErrorCode *pErrorCode) {
332 ZVAL_LONG(zerror, *pErrorCode);
348 *pErrorCode = Z_LVAL_P(zerror);
210 php_converter_to_u_callback(const void *context, UConverterToUnicodeArgs *args, const char *codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode *pErrorCode) argument
300 php_converter_from_u_callback(const void *context, UConverterFromUnicodeArgs *args, const UChar *codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode *pErrorCode) argument

Completed in 6 milliseconds