Home
last modified time | relevance | path

Searched refs:Text_Buffer_Count (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Da-sttebu.ads21 type Text_Buffer_Count is range 0 .. Integer'Last; type
23 New_Line_Count : constant Text_Buffer_Count := 1;
47 Standard_Indent : constant Text_Buffer_Count := 3;
50 (Buffer : Root_Buffer_Type) return Text_Buffer_Count;
54 Amount : Text_Buffer_Count := Standard_Indent) with
60 Amount : Text_Buffer_Count := Standard_Indent) with
H A Da-stbubo.ads22 type Buffer_Type (Max_Characters : Text_Buffer_Count) is
60 Text_Buffer_Count range 1 .. Text_Buffer_Count'Last;
65 type Buffer_Type (Max_Characters : Text_Buffer_Count)
H A Da-sttebu.adb37 (Buffer : Root_Buffer_Type) return Text_Buffer_Count is
38 (Text_Buffer_Count (Buffer.Indentation));
42 Amount : Text_Buffer_Count := Standard_Indent)
50 Amount : Text_Buffer_Count := Standard_Indent)
H A Da-stbubo.adb84 (Buffer.Chars (1 .. Text_Buffer_Count (Buffer.UTF_8_Length)))
138 Buffer.Chars (Text_Buffer_Count (Buffer.UTF_8_Length)) := Char;