Searched refs:utf8 (Results 51 - 51 of 51) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c129 I32 utf8; /* whether the pattern is utf8 or not */ member in struct:RExC_state_t
130 I32 orig_utf8; /* whether the pattern was originally in utf8 */
132 * where pattern must be upgraded to utf8. */
157 #define RExC_utf8 (pRExC_state->utf8)
1793 detect such a sequence we have to convert the entire pattern to utf8
1795 on 1 byte == 1 character, but we will need to use utf8 to encode
1802 "UTF8 mismatch! Converting to utf8 for resizing and compile\n"));
3676 "+utf8::%.*s\n", (int)n, RExC_parse);
3679 "!utf8
[all...]

Completed in 110 milliseconds

123