diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2009-12-05 22:21:38 -0700 |
---|---|---|
committer | Karl Williamson <khw@khw-desktop.(none)> | 2009-12-05 22:21:38 -0700 |
commit | 37e2e78edfe0a224b8a615820f46db879584f523 (patch) | |
tree | ac91126a79a133a76fa0d463d154e6767ef276a4 /embed.fnc | |
parent | 077f834239e40e0523e428946baaf95eaec43724 (diff) | |
download | perl-37e2e78edfe0a224b8a615820f46db879584f523.tar.gz |
qr/\X/ expansion
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -502,6 +502,16 @@ ApR |bool |is_utf8_print |NN const U8 *p ApR |bool |is_utf8_punct |NN const U8 *p ApR |bool |is_utf8_xdigit |NN const U8 *p ApR |bool |is_utf8_mark |NN const U8 *p +pR |bool |is_utf8_X_begin |NN const U8 *p +pR |bool |is_utf8_X_extend |NN const U8 *p +pR |bool |is_utf8_X_prepend |NN const U8 *p +pR |bool |is_utf8_X_non_hangul |NN const U8 *p +pR |bool |is_utf8_X_L |NN const U8 *p +pR |bool |is_utf8_X_LV |NN const U8 *p +pR |bool |is_utf8_X_LVT |NN const U8 *p +pR |bool |is_utf8_X_LV_LVT_V |NN const U8 *p +pR |bool |is_utf8_X_T |NN const U8 *p +pR |bool |is_utf8_X_V |NN const U8 *p : Used in perly.y p |OP* |jmaybe |NN OP *o : Used in pp.c |