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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c4160 UV natvalue = NATIVE_TO_UNI(value); local
4163 if (prevnatvalue < natvalue) { /* what about > ? */
4165 prevnatvalue, natvalue);
4167 else if (prevnatvalue == natvalue) {
4168 Perl_sv_catpvf(aTHX_ listsv, "%04"UVxf"\n", natvalue);
4172 UV f = to_uni_fold(natvalue, foldbuf, &foldlen);

Completed in 100 milliseconds