Home
last modified time | relevance | path

Searched refs:UTFmax (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/net/drawterm/drawterm/libc/
H A Drune.c29 int c[UTFmax], i; in chartorune()
47 for(i = 1; i < UTFmax; i++) { in chartorune()
102 for(i = 2; i < UTFmax + 1; i++){ in runetochar()
109 if (c <= RuneX(i) || i == UTFmax ) { in runetochar()
116 return UTFmax; in runetochar()
141 for(i = 2; i < UTFmax + 1; i++) in runenlen()
142 if(c <= RuneX(i) || i == UTFmax){ in runenlen()
162 for(i = 3; i < UTFmax + 1; i++) in fullrune()
165 return n >= UTFmax; in fullrune()
/dports/misc/utftools/utftools-1.6/
H A Dutfio.c19 char s[UTFmax]; in fputr()
40 char s[UTFmax]; in fgetr()
45 if (i == UTFmax) in fgetr()
H A Dwc.c98 char s[UTFmax]; in wcfile()
133 } else if (i == UTFmax) { in wcfile()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/netfiles/
H A Dacme.h16 char text[EVENTSIZE*UTFmax+1];
17 char arg[EVENTSIZE*UTFmax+1];
18 char loc[EVENTSIZE*UTFmax+1];
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dacme.h18 char text[EVENTSIZE*UTFmax+1];
19 char arg[EVENTSIZE*UTFmax+1];
20 char loc[EVENTSIZE*UTFmax+1];
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/db/
H A Dinput.c50 char buf[UTFmax]; in readrune()
53 for(i=0; i<UTFmax && !fullrune(buf, i); i++) in readrune()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9term/
H A Dutil.c144 s = emalloc(n*UTFmax+1); in runetobyte()
145 m = snprint(s, n*UTFmax+1, "%.*S", n, r); in runetobyte()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9660/
H A Djchar.c16 p = emalloc(UTFmax*(len/2+1)); in jolietstring()
22 snprint(p, UTFmax*(len/2+1), "%S", rp); in jolietstring()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/devel/re2/re2-2021-11-01/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/utf/
H A Drune.c98 if(UTFmax >= 4) { in chartorune()
214 if(UTFmax == 3 || c < T4) in fullrune()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Dxfid.c153 if(n > BUFSIZE/UTFmax) in xfidopen()
154 n = BUFSIZE/UTFmax; in xfidopen()
430 cvttorunes(x->fcall.data, cnt-UTFmax, r, &nb, &nr, nil); in fullrunewrite()
640 r = emalloc(x->fcall.count*UTFmax+1); in xfidctlwrite()
863 r = emalloc(x->fcall.count*UTFmax+1); in xfideventwrite()
964 if(nr > BUFSIZE/UTFmax) in xfidutfread()
965 nr = BUFSIZE/UTFmax; in xfidutfread()
1014 if(nr > BUFSIZE/UTFmax) in xfidruneread()
1015 nr = BUFSIZE/UTFmax; in xfidruneread()
1101 nmax += Ctlsize + w->tag.file->b.nc*UTFmax + 1; in xfidindexread()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/util/
H A Dutf.h28 UTFmax = 4, /* maximum bytes per rune */ enumerator
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/util/
H A Dutf.h28 UTFmax = 4, /* maximum bytes per rune */ enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/util/
H A Dutf.h29 UTFmax = 4, /* maximum bytes per rune */ enumerator
/dports/games/warzone2100/warzone2100/3rdparty/re2/util/
H A Dutf.h29 UTFmax = 4, /* maximum bytes per rune */ enumerator

12345678910