Merge: doc: fixed some typos and other misc. corrections
[nit.git] / c_src / core__fixed_ints_text.sep.0.h
1 #include "nit.common.h"
2 long core__fixed_ints_text___Int8_to_s_len___impl( int8_t self );
3 void core__fixed_ints_text___Int8_native_to_s___impl( int8_t self, char* nstr, long strlen );
4 extern const struct type type_core__Int;
5 extern const char FILE_core__kernel[];
6 val* core__flat___CString___to_s_unsafe(char* self, val* p0, val* p1, val* p2, val* p3);
7 val* core__fixed_ints_text___Int8___core__abstract_text__Object__to_s(int8_t self);
8 long core__fixed_ints_text___Int16_to_s_len___impl( int16_t self );
9 void core__fixed_ints_text___Int16_native_to_s___impl( int16_t self, char* nstr, long strlen );
10 val* core__fixed_ints_text___Int16___core__abstract_text__Object__to_s(int16_t self);
11 long core__fixed_ints_text___UInt16_to_s_len___impl( uint16_t self );
12 void core__fixed_ints_text___UInt16_native_to_s___impl( uint16_t self, char* nstr, long strlen );
13 val* core__fixed_ints_text___UInt16___core__abstract_text__Object__to_s(uint16_t self);
14 long core__fixed_ints_text___Int32_to_s_len___impl( int32_t self );
15 void core__fixed_ints_text___Int32_native_to_s___impl( int32_t self, char* nstr, long strlen );
16 val* core__fixed_ints_text___Int32___core__abstract_text__Object__to_s(int32_t self);
17 long core__fixed_ints_text___UInt32_to_s_len___impl( uint32_t self );
18 void core__fixed_ints_text___UInt32_native_to_s___impl( uint32_t self, char* nstr, long strlen );
19 val* core__fixed_ints_text___UInt32___core__abstract_text__Object__to_s(uint32_t self);
20 val* core__fixed_ints_text___Text___get_numhead(val* self);
21 #define COLOR_core__kernel__Object___61d_61d 4
22 #define COLOR_core__abstract_text__Text__substring_from 34
23 #define COLOR_core__abstract_text__Text__length 25
24 #define COLOR_core__abstract_text__Text___91d_93d 31
25 #define COLOR_core__abstract_text__Text__substring 28
26 val* core__fixed_ints_text___Text___get_numext(val* self);
27 long core___core__Int___Discrete__successor(long self, long p0);
28 #define COLOR_core__abstract_text__Text__byte_length 40
29 val* core__string_search___Text___remove_all(val* self, val* p0);
30 val* core__fixed_ints_text___Text___strip_numhead(val* self);
31 short int core___core__Text___is_hex(val* self);
32 short int core___core__Text___is_bin(val* self);
33 short int core___core__Text___is_oct(val* self);
34 short int core___core__Text___is_dec(val* self);
35 short int core__fixed_ints_text___Text___is_int(val* self);
36 extern const char FILE_core__fixed_ints_text[];
37 #define COLOR_core__abstract_text__Text__to_hex 35
38 long core___core__Text___to_oct(val* self);
39 long core___core__Text___to_bin(val* self);
40 short int core__abstract_text___Char___is_numeric(uint32_t self);
41 long core___core__Text___to_dec(val* self);
42 val* core__fixed_ints_text___Text___strip_numext(val* self);
43 short int core__fixed_ints_text___Text___is_num(val* self);
44 long core__fixed_ints_text___Text___to_i(val* self);
45 val* BOX_core__Byte(unsigned char);
46 val* BOX_core__Int8(int8_t);
47 val* BOX_core__Int16(int16_t);
48 val* BOX_core__UInt16(uint16_t);
49 val* BOX_core__Int32(int32_t);
50 val* BOX_core__UInt32(uint32_t);