Searched refs:ENCODE_DIE_ON_ERR (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h94 #define ENCODE_DIE_ON_ERR 0x0001 /* croaks immediately */ macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs148 if (check & ENCODE_DIE_ON_ERR) {
187 if (check & ENCODE_DIE_ON_ERR){
316 if (check & ENCODE_DIE_ON_ERR){
657 RETVAL = ENCODE_DIE_ON_ERR;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs252 if (check & (ENCODE_DIE_ON_ERR|ENCODE_LEAVE_SRC)){

Completed in 21 milliseconds