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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dutf8.t21 ok Encode::is_utf8($data), "created UTF-8 encoded data string";
31 ok !Encode::is_utf8($bytes), "converted UTF-8 to bytes";
34 ok Encode::is_utf8($q->param('data')), 'param() decoded UTF-8';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.t347 ok(!utf8::is_utf8($a), "!utf8::is_utf8 basic");
348 ok(!utf8::is_utf8($b), "!utf8::is_utf8 beyond");
349 ok( utf8::is_utf8($c), "utf8::is_utf8 unicode");
363 ok( utf8::is_utf8($a), "utf8::is_utf8 basic");
364 ok( utf8::is_utf8($b), "utf8::is_utf8 beyon
[all...]
H A Dutf8.pm42 $flag = utf8::is_utf8(STRING); # since Perl 5.8.1
156 =item * $flag = utf8::is_utf8(STRING)
159 the same as Encode::is_utf8().
168 probably want to use utf8::is_utf8() instead.
178 the functions utf8::is_utf8, utf8::valid, utf8::encode, utf8::decode,
H A DCGI.pm470 if (Encode::is_utf8($val)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeuniversal.t43 utf8::is_utf8("\x{100}");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c381 bool is_utf8; local
392 is_utf8 = (SvUTF8(keysv) != 0);
394 is_utf8 = ((flags & HVhek_UTF8) ? TRUE : FALSE);
409 if (is_utf8) {
480 if (keysv || is_utf8) {
506 is_utf8 = 0;
522 if (keysv || is_utf8) {
548 is_utf8 = 0;
585 if (is_utf8) {
587 key = (char*)bytes_from_utf8((U8*)key, &klen, &is_utf8);
882 bool is_utf8; local
1959 bool is_utf8 = FALSE; local
2038 bool is_utf8 = FALSE; local
[all...]
H A Ddoop.c1085 bool is_utf8 = TRUE; local
1087 &rslen, &is_utf8);
1088 if (is_utf8) {
H A Dutf8.c762 =for apidoc A|U8 *|bytes_from_utf8|U8 *s|STRLEN *len|bool *is_utf8
768 is unchanged. Do nothing if C<is_utf8> points to 0. Sets C<is_utf8> to
775 Perl_bytes_from_utf8(pTHX_ U8 *s, STRLEN *len, bool *is_utf8) argument
782 if (!*is_utf8)
797 *is_utf8 = 0;
H A Dsv.c5862 bool is_utf8 = TRUE; local
5868 &cur1, &is_utf8);
5876 &cur2, &is_utf8);
5880 if (is_utf8) {
6870 bool is_utf8 = FALSE; local
6873 is_utf8 = TRUE;
6875 src = (char*)bytes_from_utf8((U8*)src, &tmplen, &is_utf8);
6882 SvPVX(sv) = sharepvn(src, is_utf8?-len:len, hash);
6889 if (is_utf8)
8427 bool is_utf8 local
[all...]
H A Dproto.h801 PERL_CALLCONV U8* Perl_bytes_from_utf8(pTHX_ U8 *s, STRLEN *len, bool *is_utf8);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dbop.t178 ok(utf8::is_utf8($a)); # make sure UTF8 flag is still there
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm254 sub is_utf8 { subroutine
280 utf8::encode($toencode) if ($] >= 5.008 && utf8::is_utf8($toencode));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h406 unsigned char is_utf8; member in struct:re_string_t
692 unsigned int is_utf8 : 1; member in struct:re_dfa_t
H A Dregex_internal.c183 pstr->is_utf8 = dfa->is_utf8;
709 if (pstr->is_utf8)
H A Dregcomp.c831 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
901 dfa->is_utf8 = 1;
908 dfa->is_utf8 = 1;
918 if (dfa->is_utf8)
1069 to speed things up, set dfa->mb_cur_max to 1, clear is_utf8 and change
1144 dfa->is_utf8 = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm21 $encname = Encode::is_utf8($data) ? 'utf8' : '';
H A DGuess.pm74 if ( Encode::is_utf8($octet) ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm30 is_utf8 perlio_ok resolve_alias utf8_downgrade utf8_upgrade
740 =item is_utf8(STRING [, CHECK])
746 As of perl 5.8.1, L<utf8> also has utf8::is_utf8().
H A DEncode.xs600 is_utf8(sv, check = 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm82 &utf8::is_utf8
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs2314 bool is_utf8 = TRUE;
2321 &is_utf8);
H A DStorable.pm554 values as the string of bytes (effectively dropping the I<is_utf8> flag)

Completed in 174 milliseconds