Home
last modified time | relevance | path

Searched refs:Hstr (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/fpc/fpc-3.2.2/compiler/utils/
H A Dfixtab.pp36 i:=Length(Hstr);
39 SplitPath:=Copy(Hstr,1,i);
48 i:=Length(Hstr);
60 i:=Length(Hstr);
77 i:=Length(Hstr);
95 ChangeFileExt:=Hstr;
104 j:=length(Hstr);
126 while length(Hstr)<Len do
128 inc(byte(Hstr[0]));
129 Hstr[Length(Hstr)]:=' ';
[all …]
H A Dppufiles.pp73 j:=length(Hstr);
74 while (j>0) and (Hstr[j]<>'.') do
77 ChangeFileExt:=Hstr+'.'+Ext
87 i:=Length(Hstr);
88 while (i>0) and not(Hstr[i] in ['\','/']) do
90 SplitPath:=Copy(Hstr,1,i);
/dports/lang/fpc-source/fpc-3.2.2/compiler/utils/
H A Dfixtab.pp36 i:=Length(Hstr);
39 SplitPath:=Copy(Hstr,1,i);
48 i:=Length(Hstr);
60 i:=Length(Hstr);
77 i:=Length(Hstr);
95 ChangeFileExt:=Hstr;
104 j:=length(Hstr);
126 while length(Hstr)<Len do
128 inc(byte(Hstr[0]));
129 Hstr[Length(Hstr)]:=' ';
[all …]
H A Dppufiles.pp73 j:=length(Hstr);
74 while (j>0) and (Hstr[j]<>'.') do
77 ChangeFileExt:=Hstr+'.'+Ext
87 i:=Length(Hstr);
88 while (i>0) and not(Hstr[i] in ['\','/']) do
90 SplitPath:=Copy(Hstr,1,i);
/dports/editors/fpc-ide/fpc-3.2.2/compiler/utils/
H A Dfixtab.pp36 i:=Length(Hstr);
39 SplitPath:=Copy(Hstr,1,i);
48 i:=Length(Hstr);
60 i:=Length(Hstr);
77 i:=Length(Hstr);
95 ChangeFileExt:=Hstr;
104 j:=length(Hstr);
126 while length(Hstr)<Len do
128 inc(byte(Hstr[0]));
129 Hstr[Length(Hstr)]:=' ';
[all …]
H A Dppufiles.pp73 j:=length(Hstr);
74 while (j>0) and (Hstr[j]<>'.') do
77 ChangeFileExt:=Hstr+'.'+Ext
87 i:=Length(Hstr);
88 while (i>0) and not(Hstr[i] in ['\','/']) do
90 SplitPath:=Copy(Hstr,1,i);
/dports/japanese/skkserv/skk-9.6/contrib/kakasi-2.2.5/src/
H A DJ2.c88 unsigned char Jstr[J2HBUF], Hstr[J2READ][J2HBUF], Dstr[J2HBUF], *h_point; local
126 sprintf(Hstr[0], "%s%c%c", ptr->yomi,
129 strcpy(Hstr[0], ptr->yomi);
137 sprintf(Hstr[n_read], "%s%c%c", ptr->yomi,
140 strcpy(Hstr[n_read], ptr->yomi);
143 if (strcmp(Hstr[i], Hstr[n_read]) == 0) goto next;
171 sprintf(Hstr[i], "%s%c%c", Hstr[i], h_point[2], h_point[3]);
179 strcat(Dstr, Hstr[i]);
187 J2append(n, Hstr[0]);
/dports/japanese/kakasi/kakasi-2.3.5/lib/
H A Dlibjj2.c96 unsigned char Jstr[J2HBUF], Hstr[J2READ][J2HBUF], Dstr[J2HBUF], *h_point; local
135 sprintf((char *)Hstr[0], "%s%c%c", ptr->yomi,
138 strcpy((char *)Hstr[0], (const char *)(ptr->yomi));
145 sprintf((char *)Hstr[n_read], "%s%c%c", ptr->yomi,
148 strcpy((char *)Hstr[n_read], (const char *)(ptr->yomi));
151 if (strcmp((const char *)Hstr[i], (const char *)Hstr[n_read]) == 0) goto next;
179 sprintf((char *)Hstr[i], "%s%c%c", Hstr[i], h_point[2], h_point[3]);
187 strcat((char *)Dstr, (const char *)Hstr[i]);
195 J2append(n, Hstr[0]);
/dports/japanese/kakasi/kakasi-2.3.5/src/
H A Djj2.c96 unsigned char Jstr[J2HBUF], Hstr[J2READ][J2HBUF], Dstr[J2HBUF], *h_point; local
135 sprintf((char *)Hstr[0], "%s%c%c", ptr->yomi,
138 strcpy((char *)Hstr[0], (const char *)(ptr->yomi));
145 sprintf((char *)Hstr[n_read], "%s%c%c", ptr->yomi,
148 strcpy((char *)Hstr[n_read], (const char *)(ptr->yomi));
151 if (strcmp((const char *)Hstr[i], (const char *)Hstr[n_read]) == 0) goto next;
179 sprintf((char *)Hstr[i], "%s%c%c", Hstr[i], h_point[2], h_point[3]);
187 strcat((char *)Dstr, (const char *)Hstr[i]);
195 J2append(n, Hstr[0]);
/dports/lang/fpc-utils/fpc-3.2.2/utils/h2pas/
H A Dh2poptions.pas71 j:=length(Hstr);
72 while (j>0) and (Hstr[j]<>'.') do
76 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
88 j:=length(Hstr);
89 while (j>0) and (Hstr[j]<>'.') do
92 MaybeExtension:=Hstr+'.'+Ext
94 MaybeExtension:=Hstr;
/dports/lang/fpc-source/fpc-3.2.2/utils/h2pas/
H A Dh2poptions.pas71 j:=length(Hstr);
72 while (j>0) and (Hstr[j]<>'.') do
76 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
88 j:=length(Hstr);
89 while (j>0) and (Hstr[j]<>'.') do
92 MaybeExtension:=Hstr+'.'+Ext
94 MaybeExtension:=Hstr;
/dports/lang/fpc-source/fpc-3.2.2/tests/bench/
H A Dshortbench.pp42 Hstr:='aaa';
43 Hstr:=Hstr+OrgStr;
59 Hstr:=OrgStr;
69 Hstr:='aaa';
71 Hstr:=OrgStr;
79 Hstr:='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'+
83 if OrgStr=Hstr then;
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/unihandecode/pykakasi/
H A Dj2h.py67 Hstr = ""
78 Hstr = yomi
81 Hstr=''.join([yomi,text[length]])
83 return (Hstr, max_len)
H A Dk2a.py39 Hstr = ""
46 Hstr = self.kanwa.kanadict[text[:x]]
47 return (Hstr, max_len)
H A Dh2a.py173 Hstr = ""
180 Hstr = self.H2a_table[text[:x]]
181 return (Hstr, max_len)
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/
H A Dtestfail.pp37 j:=length(Hstr);
38 while (j>0) and (Hstr[j]<>'.') do
43 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext
45 ForceExtension:=Copy(Hstr,1,j-1);
/dports/security/p5-Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.01/t/
H A D14-entropy.t51 my $Hstr = sprintf("%.02f", $H);
56 diag "Raw usleep 0-order entropy: $Hstr bits";
58 diag "Theoretical entropy per output byte: 8 * $Hstr * (8/$_entropy_per_raw_byte) = $Expstr";
/dports/news/husky-hpt/husky-hpt-1.9.20191207/ffma/h2pas/
H A Doptions.pas75 j:=length(Hstr);
76 while (j>0) and (Hstr[j]<>'.') do
80 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/ffma/h2pas/
H A Doptions.pas75 j:=length(Hstr);
76 while (j>0) and (Hstr[j]<>'.') do
80 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/ffma/h2pas/
H A Doptions.pas75 j:=length(Hstr);
76 while (j>0) and (Hstr[j]<>'.') do
80 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/ffma/h2pas/
H A Doptions.pas75 j:=length(Hstr);
76 while (j>0) and (Hstr[j]<>'.') do
80 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/ffma/h2pas/
H A Doptions.pas75 j:=length(Hstr);
76 while (j>0) and (Hstr[j]<>'.') do
80 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
/dports/news/husky-htick/husky-htick-1.9.20191207/ffma/h2pas/
H A Doptions.pas75 j:=length(Hstr);
76 while (j>0) and (Hstr[j]<>'.') do
80 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
/dports/news/husky/husky-1.9.20191207/ffma/h2pas/
H A Doptions.pas75 j:=length(Hstr);
76 while (j>0) and (Hstr[j]<>'.') do
80 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;
/dports/news/husky-areafix/husky-areafix-1.9.20191207/ffma/h2pas/
H A Doptions.pas75 j:=length(Hstr);
76 while (j>0) and (Hstr[j]<>'.') do
80 ForceExtension:=Copy(Hstr,1,j-1)+'.'+Ext;

1234