Home
last modified time | relevance | path

Searched refs:utf_mode (Results 1 – 24 of 24) sorted by relevance

/dports/www/libhsts/libhsts-0.1.0/src/
H A Dhsts-make-dafsa254 def to_dafsa(words, utf_mode):
278 if not utf_mode:
468 def encode(dafsa, utf_mode):
484 if utf_mode:
526 dafsa = to_dafsa(words, utf_mode)
545 def parse_hsts(infile, utf_mode, codecs):
598 utf_mode = True
619 utf_mode = False
621 utf_mode = True
630 outfile.write(converter(parser(sys.stdin, utf_mode, codecs), utf_mode, codecs))
[all …]
/dports/dns/libpsl/libpsl-0.21.1/src/
H A Dpsl-make-dafsa252 def to_dafsa(words, utf_mode):
276 if not utf_mode:
466 def encode(dafsa, utf_mode):
482 if utf_mode:
526 dafsa = to_dafsa(words, utf_mode)
606 if utf_mode:
635 utf_mode = True
664 utf_mode = False
666 utf_mode = True
675 outfile.write(converter(parser(sys.stdin, utf_mode, codecs), utf_mode, codecs))
[all …]
/dports/devel/librcc/librcc-0.2.12/src/
H A Drcciconv.c84 int ub, utf_mode=0; in rccIConvRecode() local
106 for (ub=utf_mode?rccIConvUTFBytes(*in_buf):1;ub>0;ub--) in rccIConvRecode()
109 } else if (!utf_mode) { in rccIConvRecode()
110 utf_mode = 1; in rccIConvRecode()
/dports/sysutils/less/less-551/
H A Dcvt.c17 extern int utf_mode;
27 if (utf_mode)
86 } while (dst > odst && utf_mode &&
H A Dcharset.c32 public int utf_mode = 0; variable
44 { "utf-8", &utf_mode, "8bcccbcc18b95.b126.bb" },
274 if (s && utf_mode)
422 if (utf_mode)
451 if ((c < 128 || !utf_mode) && !control_char(c))
642 if (!utf_mode || ch < 0x80)
697 if (!utf_mode)
809 if (!ubin && utf_mode == 2 && ch < 0x10000)
H A Dline.c67 extern int utf_mode;
315 if (!IS_ASCII_OCTET(c) && utf_mode)
332 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
462 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
464 if (!utf_mode || is_ascii_char(ch))
837 if (!utf_mode)
895 r = (!utf_mode) ? 1 : mbc_buf_index;
942 overstrike = utf_mode ? -1 : 0;
943 if (utf_mode)
1005 } else if ((!utf_mode || is_ascii_char(ch)) && control_char((char)ch))
[all …]
H A Dpattern.c17 extern int utf_mode;
71 (utf_mode) ? PCRE_UTF8 | PCRE_NO_UTF8_CHECK : 0,
H A Dttyin.c32 extern int utf_mode;
H A Doutput.c403 extern int utf_mode;
404 if (utf_mode)
H A Dcmdbuf.c24 extern int utf_mode;
159 if (!utf_mode)
1254 if (!utf_mode)
H A Dfilename.c50 extern int utf_mode;
482 if (utf_mode && !is_utf8_well_formed(p, edata-data))
H A Dcommand.c63 extern int utf_mode;
800 WideCharToMultiByte(utf_mode ? CP_UTF8 : GetConsoleOutputCP(), in prompt()
H A Dscreen.c130 extern int utf_mode;
2602 if (utf_mode == 2)
H A Dsearch.c34 extern int utf_mode;
/dports/japanese/less/less-382.262.03.01/
H A Dline.c69 extern int utf_mode;
353 if (utf_mode)
422 if (utf_mode && IS_CONT(c))
849 if (utf_mode && IS_UTF8_4BYTE(c) && curr > 2 && (char)c == linebuf[curr-3])
856 …} else if (utf_mode && (IS_UTF8_3BYTE(c) || (overstrike==2 && IS_UTF8_TRAIL(c))) && curr > 1 && (c…
862 …} else if (utf_mode && curr > 0 && (IS_UTF8_2BYTE(c) || (overstrike==1 && IS_UTF8_TRAIL(c))) && (c…
867 } else if (utf_mode && curr > 0 && IS_UTF8_TRAIL(c) && attr[curr-1] == AT_UNDERLINE)
885 if (utf_mode)
903 if (utf_mode)
H A Dcharset.c29 public int utf_mode = 0; variable
728 if (s && utf_mode)
/dports/textproc/po4a/po4a-0.65/
H A Dpo4a-gettextize396 $mastertt->{TT}{utf_mode} = 1;
423 $transtt->{TT}{utf_mode} = !$mastertt->{TT}{ascii_input};
H A Dpo4a-normalize172 $parser->{TT}{utf_mode} = 1;
195 $parser->{TT}{utf_mode} = 1;
H A Dpo4a-updatepo288 $doc->{TT}{utf_mode} = 1;
H A DTODO23 >> +$parser->{TT}{utf_mode} = 1;
H A Dpo4a1519 $doc->{TT}{utf_mode} = 1;
/dports/textproc/po4a/po4a-0.65/lib/Locale/Po4a/
H A DTransTractor.pm411 $self->{TT}{utf_mode} = 0;
996 if ( $self->{TT}{utf_mode} ) {
1113 if ( $self->{TT}{utf_mode} && $self->{TT}{ascii_input} ) {
/dports/databases/cppdb/cppdb-0.3.1/drivers/
H A Dodbc_backend.cpp1013 std::string utf_mode = ci.get("@utf","narrow"); in connection() local
1015 if(utf_mode == "narrow") in connection()
1017 else if(utf_mode == "wide") in connection()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dpo.pm906 $doc->{TT}{utf_mode} = 1;