Home
last modified time | relevance | path

Searched refs:Chars (Results 1 – 25 of 4601) sorted by relevance

12345678910>>...185

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/
H A DBitmapFontFactory.cxx5985 font.Chars.resize(95); in CreateLiberation2Sans()
5994 font.Chars[0].kern[65] = -6; in CreateLiberation2Sans()
5995 font.Chars[0].kern[84] = -2; in CreateLiberation2Sans()
5996 font.Chars[0].kern[89] = -2; in CreateLiberation2Sans()
5998 font.Chars[33].kern[32] = -6; in CreateLiberation2Sans()
5999 font.Chars[33].kern[84] = -8; in CreateLiberation2Sans()
6000 font.Chars[33].kern[86] = -8; in CreateLiberation2Sans()
6001 font.Chars[33].kern[87] = -4; in CreateLiberation2Sans()
6002 font.Chars[33].kern[89] = -8; in CreateLiberation2Sans()
6009 font.Chars[38].kern[65] = -6; in CreateLiberation2Sans()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DBitmapFontFactory.cxx5997 font.Chars.resize(95); in CreateLiberation2Sans()
6006 font.Chars[0].kern[65] = -6; in CreateLiberation2Sans()
6007 font.Chars[0].kern[84] = -2; in CreateLiberation2Sans()
6008 font.Chars[0].kern[89] = -2; in CreateLiberation2Sans()
6010 font.Chars[33].kern[32] = -6; in CreateLiberation2Sans()
6011 font.Chars[33].kern[84] = -8; in CreateLiberation2Sans()
6012 font.Chars[33].kern[86] = -8; in CreateLiberation2Sans()
6013 font.Chars[33].kern[87] = -4; in CreateLiberation2Sans()
6014 font.Chars[33].kern[89] = -8; in CreateLiberation2Sans()
6021 font.Chars[38].kern[65] = -6; in CreateLiberation2Sans()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dzstring.cpp549 Chars[i] = (char)toupper(Chars[i]); in ToUpper()
560 Chars[i] = (char)tolower(Chars[i]); in ToLower()
596 Chars[j] = Chars[i]; in StripLeft()
627 Chars[j] = Chars[i]; in StripLeft()
657 StrCopy (Chars, old->Chars(), i+1); in StripRight()
708 Chars[k] = Chars[i]; in StripLeftRight()
745 Chars[k] = Chars[i]; in StripLeftRight()
832 Chars[write++] = Chars[read]; in StripChars()
849 Chars[write++] = Chars[read]; in StripChars()
878 Chars[write++] = Chars[read++]; in MergeChars()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dzstring.cpp542 Chars[i] = (char)toupper(Chars[i]); in ToUpper()
553 Chars[i] = (char)tolower(Chars[i]); in ToLower()
588 Chars[j] = Chars[i]; in StripLeft()
618 Chars[j] = Chars[i]; in StripLeft()
648 StrCopy (Chars, old->Chars(), i+1); in StripRight()
697 Chars[k] = Chars[i]; in StripLeftRight()
733 Chars[k] = Chars[i]; in StripLeftRight()
820 Chars[write++] = Chars[read]; in StripChars()
837 Chars[write++] = Chars[read]; in StripChars()
866 Chars[write++] = Chars[read++]; in MergeChars()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/libxml/src/
H A Dxmlxsdparser.pas887 P := PByte(Chars);
1057 P := PByte(Chars);
1183 5: Num := PLongword(Chars)^ or (QWord(Chars[4]) shl 32);
1210 P := PChar(Chars);
1243 P := PChar(Chars);
1283 P := PChar(Chars);
1320 P := PChar(Chars);
1335 P := PChar(Chars);
1351 P := PChar(Chars);
1366 P := PChar(Chars);
[all …]
/dports/textproc/fpc-libxml2/fpc-3.2.2/packages/libxml/src/
H A Dxmlxsdparser.pas887 P := PByte(Chars);
1057 P := PByte(Chars);
1183 5: Num := PLongword(Chars)^ or (QWord(Chars[4]) shl 32);
1210 P := PChar(Chars);
1243 P := PChar(Chars);
1283 P := PChar(Chars);
1320 P := PChar(Chars);
1335 P := PChar(Chars);
1351 P := PChar(Chars);
1366 P := PChar(Chars);
[all …]
/dports/editors/fte/fte/src/
H A Dh_msg.cpp31 if (Line->Chars[0] == ' ' || Line->Chars[0] == '\t') is_head = 1; in Hilit_MSG()
37 Line->Chars[0] == '-' && in Hilit_MSG()
38 Line->Chars[1] == '-' && in Hilit_MSG()
42 Line->Chars[0] == '.' && in Hilit_MSG()
43 Line->Chars[1] == '.' && in Hilit_MSG()
47 Line->Chars[0] == '-' && in Hilit_MSG()
48 Line->Chars[1] == '-' && in Hilit_MSG()
49 Line->Chars[2] == '-' && in Hilit_MSG()
53 Line->Chars[0] == '.' && in Hilit_MSG()
54 Line->Chars[1] == '.' && in Hilit_MSG()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_mech.adb158 and then Chars (Class) = Name_UBS
168 and then Chars (Class) = Name_UBA
173 and then Chars (Class) = Name_S
178 and then Chars (Class) = Name_SB
183 and then Chars (Class) = Name_A
188 and then Chars (Class) = Name_NCA
193 and then Chars (Class) = Name_UBS
203 and then Chars (Class) = Name_UBA
208 and then Chars (Class) = Name_S
213 and then Chars (Class) = Name_SB
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_mech.adb158 and then Chars (Class) = Name_UBS
168 and then Chars (Class) = Name_UBA
173 and then Chars (Class) = Name_S
178 and then Chars (Class) = Name_SB
183 and then Chars (Class) = Name_A
188 and then Chars (Class) = Name_NCA
193 and then Chars (Class) = Name_UBS
203 and then Chars (Class) = Name_UBA
208 and then Chars (Class) = Name_S
213 and then Chars (Class) = Name_SB
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dnamet.adb120 Buf.Chars (Buf.Length) := C;
162 Append (Buf, String (Chars));
195 C := Temp.Chars (P);
232 C := Temp.Chars (Old);
462 if Buf.Chars (1) = 'O' then
487 Temp.Chars (J + 3) := Temp.Chars (J);
491 Temp.Chars (P + 3) := Temp.Chars (P + 2);
492 Temp.Chars (P + 2) := Temp.Chars (P + 1);
525 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
993 if Buf.Chars (1) = '_'
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dnamet.adb120 Buf.Chars (Buf.Length) := C;
162 Append (Buf, String (Chars));
195 C := Temp.Chars (P);
232 C := Temp.Chars (Old);
462 if Buf.Chars (1) = 'O' then
487 Temp.Chars (J + 3) := Temp.Chars (J);
491 Temp.Chars (P + 3) := Temp.Chars (P + 2);
492 Temp.Chars (P + 2) := Temp.Chars (P + 1);
525 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
993 if Buf.Chars (1) = '_'
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dnamet.adb120 Buf.Chars (Buf.Length) := C;
162 Append (Buf, String (Chars));
195 C := Temp.Chars (P);
232 C := Temp.Chars (Old);
462 if Buf.Chars (1) = 'O' then
487 Temp.Chars (J + 3) := Temp.Chars (J);
491 Temp.Chars (P + 3) := Temp.Chars (P + 2);
492 Temp.Chars (P + 2) := Temp.Chars (P + 1);
525 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
993 if Buf.Chars (1) = '_'
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dnamet.adb120 Buf.Chars (Buf.Length) := C;
162 Append (Buf, String (Chars));
195 C := Temp.Chars (P);
232 C := Temp.Chars (Old);
462 if Buf.Chars (1) = 'O' then
487 Temp.Chars (J + 3) := Temp.Chars (J);
491 Temp.Chars (P + 3) := Temp.Chars (P + 2);
492 Temp.Chars (P + 2) := Temp.Chars (P + 1);
525 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
993 if Buf.Chars (1) = '_'
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-2.25.2/src/
H A Dchars.rs14 pub struct Chars(Bytes); struct
16 impl Chars { implementation
18 pub fn new() -> Chars { in new()
19 Chars(Bytes::new()) in new()
26 Ok(Chars(bytes)) in from_bytes()
59 impl Default for Chars { implementation
61 Chars::new() in default()
65 impl Deref for Chars { implementation
74 impl Clear for Chars { implementation
87 impl fmt::Debug for Chars { implementation
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-2.25.2/src/
H A Dchars.rs14 pub struct Chars(Bytes);
16 impl Chars {
18 pub fn new() -> Chars {
19 Chars(Bytes::new())
26 Ok(Chars(bytes))
59 impl Default for Chars {
61 Chars::new()
65 impl Deref for Chars {
74 impl Clear for Chars {
87 impl fmt::Debug for Chars {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_mech.adb160 and then Chars (Class) = Name_UBS
170 and then Chars (Class) = Name_UBA
175 and then Chars (Class) = Name_S
180 and then Chars (Class) = Name_SB
185 and then Chars (Class) = Name_A
190 and then Chars (Class) = Name_NCA
195 and then Chars (Class) = Name_UBS
205 and then Chars (Class) = Name_UBA
210 and then Chars (Class) = Name_S
215 and then Chars (Class) = Name_SB
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/protobuf-2.14.0/src/
H A Dchars.rs11 pub struct Chars(Bytes); struct
13 impl Chars { impl
15 pub fn new() -> Chars { in new()
16 Chars(Bytes::new()) in new()
23 Ok(Chars(bytes)) in from_bytes()
49 impl Default for Chars { implementation
51 Chars::new() in default()
55 impl Deref for Chars { implementation
63 impl Clear for Chars { implementation
76 impl fmt::Debug for Chars { implementation
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-2.10.0/src/
H A Dchars.rs11 pub struct Chars(Bytes); struct
13 impl Chars { impl
15 pub fn new() -> Chars { in new()
16 Chars(Bytes::new()) in new()
23 Ok(Chars(bytes)) in from_bytes()
49 impl Default for Chars { implementation
51 Chars::new() in default()
55 impl Deref for Chars { implementation
63 impl Clear for Chars { implementation
76 impl fmt::Debug for Chars { implementation
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dnamet.adb128 Buf.Chars (Buf.Length) := C;
170 Append (Buf, String (Chars));
203 C := Temp.Chars (P);
240 C := Temp.Chars (Old);
470 if Buf.Chars (1) = 'O' then
495 Temp.Chars (J + 3) := Temp.Chars (J);
499 Temp.Chars (P + 3) := Temp.Chars (P + 2);
500 Temp.Chars (P + 2) := Temp.Chars (P + 1);
533 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
1001 if Buf.Chars (1) = '_'
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dnamet.adb128 Buf.Chars (Buf.Length) := C;
170 Append (Buf, String (Chars));
203 C := Temp.Chars (P);
240 C := Temp.Chars (Old);
470 if Buf.Chars (1) = 'O' then
495 Temp.Chars (J + 3) := Temp.Chars (J);
499 Temp.Chars (P + 3) := Temp.Chars (P + 2);
500 Temp.Chars (P + 2) := Temp.Chars (P + 1);
533 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
1001 if Buf.Chars (1) = '_'
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dnamet.adb128 Buf.Chars (Buf.Length) := C;
170 Append (Buf, String (Chars));
203 C := Temp.Chars (P);
240 C := Temp.Chars (Old);
470 if Buf.Chars (1) = 'O' then
495 Temp.Chars (J + 3) := Temp.Chars (J);
499 Temp.Chars (P + 3) := Temp.Chars (P + 2);
500 Temp.Chars (P + 2) := Temp.Chars (P + 1);
533 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
1001 if Buf.Chars (1) = '_'
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dnamet.adb128 Buf.Chars (Buf.Length) := C;
170 Append (Buf, String (Chars));
203 C := Temp.Chars (P);
240 C := Temp.Chars (Old);
470 if Buf.Chars (1) = 'O' then
495 Temp.Chars (J + 3) := Temp.Chars (J);
499 Temp.Chars (P + 3) := Temp.Chars (P + 2);
500 Temp.Chars (P + 2) := Temp.Chars (P + 1);
533 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
1001 if Buf.Chars (1) = '_'
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dnamet.adb128 Buf.Chars (Buf.Length) := C;
170 Append (Buf, String (Chars));
203 C := Temp.Chars (P);
240 C := Temp.Chars (Old);
470 if Buf.Chars (1) = 'O' then
495 Temp.Chars (J + 3) := Temp.Chars (J);
499 Temp.Chars (P + 3) := Temp.Chars (P + 2);
500 Temp.Chars (P + 2) := Temp.Chars (P + 1);
533 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
1001 if Buf.Chars (1) = '_'
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dnamet.adb128 Buf.Chars (Buf.Length) := C;
170 Append (Buf, String (Chars));
203 C := Temp.Chars (P);
240 C := Temp.Chars (Old);
470 if Buf.Chars (1) = 'O' then
495 Temp.Chars (J + 3) := Temp.Chars (J);
499 Temp.Chars (P + 3) := Temp.Chars (P + 2);
500 Temp.Chars (P + 2) := Temp.Chars (P + 1);
533 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
1001 if Buf.Chars (1) = '_'
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dnamet.adb128 Buf.Chars (Buf.Length) := C;
170 Append (Buf, String (Chars));
203 C := Temp.Chars (P);
240 C := Temp.Chars (Old);
470 if Buf.Chars (1) = 'O' then
495 Temp.Chars (J + 3) := Temp.Chars (J);
499 Temp.Chars (P + 3) := Temp.Chars (P + 2);
500 Temp.Chars (P + 2) := Temp.Chars (P + 1);
533 Temp.Chars (P + 2 .. P + 5) := Temp.Chars (P + 1 .. P + 4);
1001 if Buf.Chars (1) = '_'
[all …]

12345678910>>...185