Home
last modified time | relevance | path

Searched refs:ANTLR3_STRING_struct (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3string.h51 typedef struct ANTLR3_STRING_struct struct
88 pANTLR3_UINT8 (*set) (struct ANTLR3_STRING_struct * string, const char * chars); argument
95 pANTLR3_UINT8 (*set8) (struct ANTLR3_STRING_struct * string, const char * chars); argument
102 pANTLR3_UINT8 (*append) (struct ANTLR3_STRING_struct * string, const char * newbit); argument
108 pANTLR3_UINT8 (*append8) (struct ANTLR3_STRING_struct * string, const char * newbit); argument
115 …pANTLR3_UINT8 (*insert) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 point, const char *… argument
121 …pANTLR3_UINT8 (*insert8) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 point, const char … argument
126 …pANTLR3_UINT8 (*setS) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * chars… argument
131 …pANTLR3_UINT8 (*appendS) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * ne… argument
136 …pANTLR3_UINT8 (*insertS) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 point, struct ANTL… argument
[all …]
Dantlr3interfaces.h133 typedef struct ANTLR3_STRING_struct *pANTLR3_STRING;
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3string.c1313 toInt32_8 (struct ANTLR3_STRING_struct * string) in toInt32_8()
1321 toInt32_UTF16 (struct ANTLR3_STRING_struct * string) in toInt32_UTF16()